
.mfc_banner{
    display: flex;
    box-sizing: border-box;
    font-family: 'Mont';
    border: 0;
    color: #FFFFFF;
    font-size: 12px;
    padding: 15px;
    text-decoration: none;
    gap: 15px;
    text-align: left;
    margin: 0;

    background-size: 100%;
    background-repeat: no-repeat;
}

.mfc_banner.area_left_sidebar{
    width: 193px;
    min-height: 200px;
    flex-direction: column;
}
.mfc_banner.area_container_top{
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    border-radius: 0;
    padding: 0;
}

.mfc_banner.area_container_top .banner_wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.mfc_banner.area_container_top .banner_wrapper ._main{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    gap: 15px;
    text-align: left;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    width: 980px;
    flex-grow: 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 20px;

}
.mfc_banner.area_container_top .banner_wrapper>*{
    flex-grow: 1;
    height: 80px;
    background-color: transparent;
}

.mfc_banner.area_page_wide_block{
    flex-direction: column;
    width: 771px;
    height: 300px;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 35px;
}

.mfc_banner.area_page_wide_block_mobile{
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.mfc_banner .main_text {
    text-transform: uppercase;
    line-height: normal;
}
.mfc_banner .main_text strong, .mfc_banner .main_text b{
    font-weight: 600;
}
.mfc_banner.area_left_sidebar .main_text {
    line-height: 1.6em;
}
.mfc_banner.area_container_top .main_text {
    font-weight: normal;
    text-transform: none;
}

.mfc_banner.area_page_wide_block .main_text {
    font-weight: normal;
    text-transform: uppercase;
}
.mfc_banner.area_page_wide_block_mobile .main_text {
    font-weight: normal;
    text-transform: none;
}

.mfc_banner .button {
    cursor: pointer;
    color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: 1px solid #FF2171;
    box-shadow: 0px 2px 16px rgb(255 33 113 / 63%), 0px 7px 10px rgb(0 0 0 / 25%);
    border-radius: 7px;
    background: linear-gradient(104.05deg, #FF2171 39.99%, #C40248 84.78%);
    justify-content: center;
    align-content: center;

    font-size: 13px;
    padding: 7px 10px;
    white-space: normal;
    text-align: center;
    margin: 0 !important;
}
.mfc_banner:hover .button{
    box-shadow: none;
    opacity: 0.9;
}

.mfc_banner.area_page_wide_block .button{
    display: inline-flex;
    width: auto;
    padding: 10px 15px;
    line-height: 1.2em;
    flex-direction: column;
}

.mfc_banner.area_page_wide_block_mobile .button{
    border-radius: 4px;
    width: 40px;
    height: 40px;
    align-items: center;
}