.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;
}

@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;
    }
}