/* section.title-subtitle-type-1 .banner-content .title-page .small-text {
    margin-right: 8px;
} */
section.title-subtitle-type-1 .banner-content .title-page .big-text {
    font-family: 'BodoniFLF Italic', sans-serif;
    font-size: 70px;
    
}
section.title-subtitle-type-1 .banner-content .title-page {
    font-family: 'BodoniFLF', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #F1F3F5;
    margin: 0 0 14px;
}
section.title-subtitle-type-1 .banner-content {
    position: relative;
    z-index: 1;
    max-width: 622px;
    color: #F1F3F5;
}
section.title-subtitle-type-1 .image-bg.mobile {
    display: none;
}
section.title-subtitle-type-1 .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.title-subtitle-type-1 .button-scroll-down {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 62px;
    height: 62px;
    cursor: pointer;
}
section.title-subtitle-type-1 {
    position: relative;
    padding: 136px 0 50.13px;
}
@media(max-width: 1440px) {
    section.title-subtitle-type-1 .container {
        padding: 0 100px;
    }
}
@media(max-width: 1200px) {
    section.title-subtitle-type-1 .container {
        padding: 0 36px;
    }
}
@media(max-width: 767.98px) {
    section.title-subtitle-type-1 {
        height: calc(100vh - 117.05px);
        padding: 121px 0 100px;
    }
    section.title-subtitle-type-1 .button-scroll-down {
        display: block;
    }
    section.title-subtitle-type-1 .banner-content .title-page .small-text {
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
    }
    section.title-subtitle-type-1 .banner-content .title-page .big-text {
        font-size: 42px;
        line-height: 60px;
    }
    section.title-subtitle-type-1 .banner-content .title-page {
        font-size: 22px;
        /* font-size: 42px;
        line-height: 60px; */
        line-height: 32px;
        margin: 0 0 27px;
    }
    section.title-subtitle-type-1 .image-bg:not(.mobile) {
        display: none;
    }
    section.title-subtitle-type-1 .image-bg.mobile {
        display: block;
    }
}
@media(max-width: 429px) {
    /* section.title-subtitle-type-1 .banner-content .title-page .big-text {
        font-size: 36px;
        line-height: 50px;
    } */
    /* section.title-subtitle-type-1 .banner-content .title-page .small-text {
        margin-bottom: 6px;
    } */
}

@media (max-width: 370px){
    section.title-subtitle-type-1 .banner-content .title-page {
        font-size: 34px;
        line-height: 1.42857143;
    }
}