@media only screen and (max-width: 1399px) {
    .Ecogenica-hero h1 {
        font-size: 76px;
    }
}

@media only screen and (max-width: 1199px) {
    .Ecogenica-hero h1 {
        font-size: 66px;
        line-height: 72px;
    }
}

@media only screen and (max-width: 991px) {
    .Ecogenica-hero-row {
        flex-wrap: wrap;
    }

    .Ecogenica-hero-content {
        order: 2;
    }
}

@media only screen and (max-width: 767px) {
    .Ecogenica-hero {
        padding: 15px;
    }

    .Ecogenica-hero h1 {
        font-size: 38px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .section-padding .row.mt-5.gy-4 {
        margin-top: 10px !important;
    }

    .padding_mobile {
        padding: 20px 0;
    }

    .paddingMobileFollow {
        padding: 20px 0 20px 15px;
    }

    .MobileBlock {
        display: block !important;
        text-align: center;
    }

    .Ecogenica-hero-form {
        padding: 20px;
    }

    .section-padding {
        padding: 80px 0;
    }

    .Ecogenica-hero-form h2,
    .Ecogenica-hero-form p {
        text-align: center;
    }

    .Ecogenica-hero h1 {
        font-size: 38px;
        text-align: center;
        line-height: normal;
    }

    .Ecogenica-hero h4 {
        font-size: 24px;
        text-align: center;
    }

    .Ecogenica-hero p {
        text-align: center;
        padding-bottom: 20px;
    }

    .Ecogenica-invest-bg h2,
    .PortfolioReviewBG .section-title h2 {
        font-size: 36px;
        text-align: center;
    }

    .EcoCol {
        text-align: center;
        margin-bottom: 30px;
    }

    .testimonialCarousel_col p {
        min-height: auto;
    }

    .testimonialCarousel_col {
        margin: 10px 0;
    }

    .footerForm {
        background-color: #e8f2e1;
        padding: 20px 15px;
        border-radius: 25px;
    }

    .footer img {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 380px) {
    .header_row.d-flex.align-items-center.justify-content-between {
        gap: 10px;
    }

    header .coin_street_phone {
        white-space: nowrap;
    }

    .header_row .main-logo {
        max-width: 120px;
    }

    header .coin_street_phone {
        font-size: 16px;
    }

    .Ecogenica-hero-form {
        padding: 15px;
    }

    .Ecogenica-hero h1 {
        font-size: 34px;
    }

    .Ecogenica-hero .arrow-left,
    .Ecogenica-hero .arrow-right {
        width: 40px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .steps_col_row h2,
    .invest-content h2,
    .steps-content h2 {
        font-size: 26px;
    }

    .PortfolioReviewBG .section-title h2 {
        font-size: 44px;
    }
}