.main-title.inner-page-title{
    font-size: var(--font-48);
    position: relative;
    z-index: 22;
}

.inner-section-container{
    padding-top: 120px;
    padding-bottom: 120px;
}

.image-container{
    position: absolute;
    bottom: 0;
}

.inner-banner-section{
    /* max-height: 350px; */
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-left-img img,
.banner-right-img img{
    max-width: 390px;
    object-fit: contain;
    width: 100%;
    max-height: 270px;
    height: 100%;
}


@media screen and (max-width: 1280px){
    .inner-section-container{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .banner-left-img img,
    .banner-right-img img{
        max-width: 300px;
    }
}

@media screen and (max-width: 768px){
    .banner-left-img img,
    .banner-right-img img{
        max-width: 200px;
    }
}

@media screen and (max-width: 640px){
    .inner-section-container{
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .banner-left-img img,
    .banner-right-img img{
        max-width: 140px;
        max-height: 100px;
    }
}