.section-inner-hero-banner{
    padding: 30px 0 96px;
}
.section-inner-hero-banner .breadcrumb{
    padding: 0;
    margin-bottom: 117px;
}
.section-inner-hero-banner .inner-content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 95px;
}
.section-inner-hero-banner .title{
    font-size: 86px;
    font-style: normal;
    font-weight: 600;
    line-height: 88px;
    color: var(--color-black);
    margin-bottom: 32px;
}
.section-inner-hero-banner .desc,
.section-inner-hero-banner .desc p{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: var(--color-black);
    margin-bottom: 56px;
}
.section-inner-hero-banner .desc{
    max-width: 631px;
}
.section-inner-hero-banner .desc p{
    margin-bottom: 18px;
}
.section-inner-hero-banner .desc p:last-child{
    margin-bottom: 0;
}
.section-inner-hero-banner .right-part img{
    width: 100%;
    border-radius: 5px;
}

.section-inner-hero-banner .right-part {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-inner-hero-banner .right-part p.body-xs{
    color: var(--color-black);
    line-height: 1.231;
    padding: 0;
}
.page-hero {
  padding: 0px 0px 60px;
}
@media only screen and (max-width:1200px){
    .section-inner-hero-banner .inner-content{
        grid-template-columns: 1fr;
        row-gap: 32px;
    }
    .section-inner-hero-banner{
        padding: 3px 0 32px;
    }
    .section-inner-hero-banner .breadcrumb{
        margin-bottom: 32px;
    }
}
@media only screen and (max-width:768px){
    .section-inner-hero-banner .title{
        font-size: 46px;
        line-height: 52px;
        margin-bottom: 16px;
    }
    .section-inner-hero-banner .desc, .section-inner-hero-banner .desc p{
        font-size: 19px;
        line-height: 28px;
    }
    .section-inner-hero-banner .desc{
        margin-bottom: 24px;
    }
}
@media (min-width: 768px) {
  .page-hero {
    padding: 73px 0px 200px;
  }
}