@media (max-width: 1770px) {
    .part-1-content {
        gap: 100px;
    }
}
@media (max-width: 1740px) {
    .practice-areas-wrapper {
        flex-direction: column;
    }
    .practice-area-box {
        width: 100%;
        max-width: none;
    }
    .practice-area-box a {
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }
}
@media (max-width: 1470px) {
    .content-box {
        width: 85%;
    }
}
@media (max-width: 1320px) {
    .content-box {
        width: 95%;
    }
}
@media (max-width: 1200px) {
    .part-8-review-wrapper {
        flex-direction: column;
    }
    .review-text p {
        max-width: none;
    }
}
@media (max-width: 1100px) {
    .part-7-links a {
        max-width: 425px;
    }
}
@media (max-width: 980px) {
    .header-btns {
        flex-direction: column;
        padding-right: 70px;
    }
    .header-btn {
        width: 100%;
    }
    .header-text {
        margin-bottom: 30px;
    }
    .list-item {
        width: 100%;
    }
    .list-text-wrapper {
        max-width: none;
    }
    .cta-wrapper h2, .cta-wrapper a {
        font-size: 40px;
    }
    .cta-wrapper {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media (max-width: 960px) {
    .part-7-content {
        flex-direction: column;
        gap: 50px;
    }
    .part-7-header, .part-7-links a {
        max-width: none;
    }
    
}
@media (max-width: 900px)  {
    .part-2-row {
        flex-direction: column;
    }
    .line {
        display: none;
    }
    .part-2-items {
        gap: 40px;
    }
    .part-2-content {
        align-items: baseline;
    }
    .cta-wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }
    .part-4-items {
        flex-direction: column;
        gap: 70px;
    }
    .part-4-item-wrapper {
        flex-direction: row;
    }
    .part-4-item-text {
        width: 80%;
        max-width: none;
        text-align: left;
    }
}
@media (max-width: 790px) {
    .part-1-content {
        flex-direction: column;
    }
    .img-wrapper {
        max-width: none;
        width: 100%;
    }
    #part-1-side {
        width: 100%;
        max-height: none;
        padding: 0;
        max-width: none;
    }
    .part-1-content {
        gap: 50px;
        padding: 0 10px;
    }
    .img-wrapper {
        height: 450px;
    }
    .part-3-img-wrapper {
        max-width: 700px;
        width: 60%;
    }
}
@media (max-width: 760px) {
    .content-box {
        width: 93%;
    }
    .content {
        flex-direction: column;
    }
    #header-img-wrapper {
        display: none;
    }
    .header-text p, .header-btns {
        padding-right: 0;
    }
    .cta-wrapper h2, .cta-wrapper a {
        font-size: 35px;
    }
}
@media (max-width: 700px)  {
    .part-4-item-wrapper {
        flex-direction: column;
    }
    .part-4-item-text {
        text-align: center;
    }
}
@media (max-width: 670px)  {
    .part-5-content {
        flex-direction: column;
    }
    .part-5-video-wrapper, .part-5-text {
        width: 100%;
    }
    .part-5-content-box {
        gap: 20px;
    }
}
@media (max-width: 660px) {
    .part-3-content {
        flex-direction: column;
        gap: 25px;
    }
    .part-3-img-wrapper {
        max-width: none;
        width: 100%;
    }
    .part-3-text-content {
        max-width: none;
        max-height: none;
        width: 100%;
    }
    #part-3-img-diff {
        order: 1;
    }
    #part-3-text-diff {
        order: 2;
    }
    .faq-header h3 {
        font-size: 18px;
    }

}
@media (max-width: 450px) {
    .part-2-content h2 {
        text-align: center;
    }
    .check {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;

    }
    .check-box {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
    }
    .part-3-img-wrapper {
        height: 350px;
    }
    .faq-img-wrapper {
        height: 400px;
    }
}
@media (max-width: 370px) {
    .header-text h1 {
        font-size: 35px;
    }
    .img-wrapper {
        height: 420px;
    }
    .cta-wrapper h2, .cta-wrapper a {
        font-size: 30px;
    }
    .practice-area-box a {
        font-size: 18px;
    }
}