.Banner_4_SFX_Banner_center_description {
    width: 100%;
    height: 320px;
    margin-top: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-image: url(/images/Lonpac/HeroBanner_Mask.svg);
    background-color:#377dff;
    -webkit-mask-image: url(/images/Lonpac/HeroBanner_Mask.svg);
    -webkit-mask-position-y: bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    display: inline-flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
}

.SFX_page_title_block {
    height: fit-content;
    position: relative;
    padding: 0;
}

.Banner_4_SFX_personal_product_banner {
    position: absolute;
    z-index: -1;
}

.Banner_4_SFX_personal_product_banner {
    position: relative;
    z-index: -1;
}

.Banner_4_SFX_personal_product_banner_block {
    height: fit-content;
    position: relative;
    padding: 0;
}

.Banner_4_SFX_banner_title {
    /*font-size: 70px;
    width: 60%;
    font-weight: 600;
    margin: auto;*/
}

.Banner_4_SFX_banner_title2 {
    /*font-size: 20px;
    margin: auto;*/
}

.Banner_4_SFX_banner_title img {
    width: 80%;
    padding: 4% 0%;
}


.Banner_4_SFX_banner_content {
    color: #464646;
    font-size: 28px;
    padding: 2% 0%;
    margin: auto;
    width: 60%;
}


@media screen and (max-width: 1040px) {

    .Banner_4_SFX_Banner_center_description {
        background-image: url(/images/Lonpac/banner_shape_mobile.svg);
        -webkit-mask-image: url(/images/Lonpac/banner_shape_mobile.svg);
        align-items: center;
        justify-content: center;
        height: 270px;
        min-height: initial;
        max-height: initial;
        padding-top: 70px;
    }

    /*.Banner_4_SFX_banner_title span {
        color: #377dff;
    }*/
}

@media screen and (max-width: 767px) {
    .Banner_4_SFX_Banner_center_description {
        margin-top: 110px;
        padding-top: 0px !important;
    }
}
