@media (max-width: 1340px) {
    .section-blocks, .section-split, .section-reviews, .section-msg {
        width: 90%;
    }
    .section-contact {
        width: 100%;
    }
}
@media (max-width: 1290px) {
    .section-split-img-wrapper {
        width: 50%;
    }
}
@media (max-width: 1200px) {
    .section-blocks {
        width: 90%;
    }
    .section-block-header {
        font-size: 25px;
    }
    .section-block {
        width: 270px;
    }
    .section-contact {
        gap: 3rem;
    }
}
@media (max-width: 1080px) {
    .section-contact {
        gap: 1rem;
    }
}
@media (max-width: 1000px) {
    .section-contact {
        gap: 3rem;
        flex-direction: column;
    }
    #section-contact-phone {
        order: 1;
    }
    #section-contact-email {
        order: 2;
    }
    #section-contact-map {
        order: 3;
    }
    .section-contact-box-wrapper {
        max-width: none;
        width: 70%;
    }
    .section-blocks {
        flex-direction: column;
        gap: 30px;
    }
    .section-block {
        width: 70%;
        height: 340px;
        gap: 0;
    }
    .section-split-img-wrapper {
        width: 90%;
    }
    .section-contact-option-wrapper {
        width: 90%;
    }
}
@media (max-width: 980px) {
    .hero-content {
        flex-direction: column;
        justify-content: center;
    }
    .hero-content-img {
        width: 300px;
    }
    .hero-content-box {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: 20px;
        width: 90%;
        height: auto;
    }
    .hero-section {
        height: 650px;
    }
    .hero-content-img {
        position: absolute;
        bottom: 270px;
    }
    .hero-text-lg {
        font-size: 35px;
    }
}
@media (max-width: 900px)  {
    .section-msg {
        flex-direction: column;
        align-items: center;
    }
    .section-msg-text {
        padding-top: 0;
        text-align: center;
    }
}
@media (max-width: 790px) {
    .section-split {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .section-split-img-wrapper {
        height: 380px;
    }
}
@media (max-width: 480px) {
    .hero-cta {
        font-size: 18px;
        margin-top: 20px;
        text-wrap: nowrap;
    }
    .section-block {
        height: 370px;
    }
    .section-block-header {
        font-size: 20px;
    }
}
@media (max-width: 450px) {
    .hero-text-med {
        font-size: 18px;
    }
    .hero-section {
        height: 750px;
    }
    .hero-content-img {
        position: absolute;
        bottom: 350px;
    }
}
@media (max-width: 420px) {
    .hero-cta-line {
        display: none;
    }
    .hero-cta-br {
        display: block;
    }
    .hero-cta {
        text-align: center;
        font-size: 20px;
    }
    .section-header-text {
        font-size: 30px;
    }
    .section-split-header {
        font-size: 16px;
    }
    .section-split-btn {
        width: 100%;
        font-size: 18px;
    }
}
@media (max-width: 360px) {
    .hero-text-header {
        font-size: 14px;
    }
    .hero-text-lg {
        font-size: 30px;
    }
}