@media screen and (max-width: 375px){
    .h-logo img {
        float: left;
        min-width: 190px;
        max-width: 190px;
        width: 100%;
        height: auto;
    }
    .services-include {
        padding: 14px 8% 150px;
    }

    .services-include::before {
        top: -310px;
        left: 4px;
        width: 900px;
        height: 800px;
        opacity: 0.42;
    }

    .services-include h2 {
        font-size: 19px;
        margin-bottom: 24px;
    }

    .service-cards {
        width: min(100%, 1800px);
        grid-template-columns:
            repeat(2, 1px);
        row-gap: 19px;
        column-gap: 0px;
    }
    .service-card:nth-child(n) {
        grid-column: 1;
    }

    .service-card:nth-child(1) { grid-row: 1; }
    .service-card:nth-child(2) { grid-row: 2; }
    .service-card:nth-child(3) { grid-row: 3; }
    .service-card:nth-child(4) { grid-row: 4; }
    .service-card:nth-child(5) { grid-row: 5; }
    .service-card:nth-child(6) { grid-row: 6; }
    .service-card:nth-child(7) { grid-row: 7; }

    .service-card {
        width: 190px;
        height: 190px;
        border-radius: 10px;
        padding-top: 10px;
    }

    .service-card h3 {
        font-size: 13px;
    }

    .service-card p {
        font-size: 10px;
        padding: 0 7px;
        margin-top: 4px;
    }
    .service-cta-box {
        width: min(100%, 500px);
        height: 230px;
        padding: 42px 30px;
        border: 3px solid rgba(185, 149, 0, 0.55);
        border-radius: 12px;
        background: rgba(56, 57, 35, 0.35);
        text-align: center;
    }
    .service-cta-box h2 {
        color: #fff;
        font-family: 'Montserrat-Bold';
        font-size: clamp(12px, 4vw, 16px);
        margin-bottom: clamp(20px, 5vw, 55px);
    }
    .service-cta-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 107px;
        height: 29px;
        background: linear-gradient(180deg, #FFD900 0%, #F7B319 100%);
        color: #000;
        font-family: 'Montserrat-Bold';
        font-size: 10px;
        text-decoration: none;
        border-radius: 4px;
    }
        #features {
        scroll-margin-top: 100px;
    }

    .our-features-title h2 {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .off-boxes {
        margin: 0;
        padding: 20px;
        position: relative;
        border: solid 2px #ECBB00 !important;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(25% - -150px) !important;
        height: 215px !important;
    }
    .footer-promo-banner-content p {
        font-family: 'Montserrat-Bold';
        font-size: 12px;
        line-height: 0;
        color: #000000;
        float: left;
        width: 100%;
        margin-left: 22%;
        margin-top: 4px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }
    .form-group input {
        width: 270px;
        height: 30px;
        padding: 0 10px;
        border: none;
        border-radius: 3px;
        font-size: 11px;
        margin-bottom: 0 !important;
    }
}