.landing_heading_embeded_from {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.landing_heading_embeded_from.remove_tis {
    padding-top: 0;
}

.landing_heading_embeded_from.remove_bis {
    padding-bottom: 0;
}

.landing_heading_embeded_from .landing_heading_embeded_from__inner {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.landing_heading_embeded_from .landing_page_heading_section_text {
    font-family: 'effra_heavyregular', sans-serif;
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #BF1E2E;
    text-align: center;
    margin: 0;
    padding: 0;

}
.landing_heading_embeded_from .embeded_from {
    background-color: #F2F2F2;
    max-width: 564px;
    padding: 80px 48px;
    margin: 0 auto;    
}


/* .mwa-widget-container .mwa-accessbility-inline-vertical {
    max-width: initial;
    padding: initial;
}
.mwa-widget-container .mwa-vertical-heading {
    color: #2C2B29;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    font-family: 'effraregular', sans-serif;
    margin-bottom: 12px;
}
.mwa-widget-container .mwa-vertical-para {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.3;
    color: #2C2B29;
    font-family: 'effraregular', sans-serif;
}
.mwa-form input {
    padding-left: 20px;
    letter-spacing: 0.05em;
    height: 48px;
    color: #787878;
    text-transform: uppercase;
}
.mwa-form .mwa-tooltip-popup-wrapper {
    height: 44px;
    display: none;
}
.mwa-form .mwa-popup-submit-button {
    height: 48px;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'effra_heavyregular', sans-serif;
    text-transform: uppercase;   
} */

@media (max-width: 991px) { 
    .landing_heading_embeded_from .landing_page_heading_section_text {
        font-size: 60px;
    }
    .landing_heading_embeded_from .embeded_from {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .landing_heading_embeded_from {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) { 
    .landing_heading_embeded_from .landing_page_heading_section_text {
        font-size: 42px;
    }
    .landing_heading_embeded_from .embeded_from {
        padding: 40px 22px;
    }
    .landing_heading_embeded_from {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}