.SFX_page_title_block {
    height: fit-content;
    position: relative;
    padding: 0;
}


.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;*/
}

@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;*/
    }

 

@media screen and (max-width: 767px) {
    .Banner_4_SFX_Banner_center_description {
        /*margin-top: 110px;*/
        padding-top: 0px !important;
    }
}