.mfsl-hero-section .elementor-background-overlay {
    z-index: 1;
    background-size: min(58vw, 884px) auto !important;
}

.mfsl-hero-section .hero-responsive-image img {
    opacity: 1 !important;
}

@media screen and (min-width: 1025px) {
    .mfsl-hero-section .hero-responsive-image img {
        opacity: 0 !important;
    }
}

@media screen and (min-width: 1025px) {
    .mfsl-bottom-inner-blue {
        height: 376px;
    }
}

/* PLANS LIST ON HOME PAGE */
.home-plans-list-section .elementor-widget-heading {
    margin-bottom: 10px;
}

.home-plans-list-section .elementor-heading-title {
    position: relative;
    padding-left: 25px
}

.home-plans-list-section .elementor-heading-title::after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 15px;
    height: 4px;
    background-color: #0072CE;
}

.home-plans-list-section .elementor-widget-text-editor .elementor-widget-container {
    margin-left: 25px;
}

/* PLANS SHORTCODE */
.mfsl-plans-list {
    margin-left: 26px;
}

.mfsl-plans-list a,
.mfsl-plans-list p {
    font-family: "Barlow", Sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin: 5px 0;
    display: block;
}