@media (max-width: 1200px) {
    .title {
        font-size: 48px;
    }

    .location__img {
        height: 374px;
    }

    .location__item:nth-of-type(2) .location__img {
        height: 282px;
    }

    .assist__form {
        max-width: 550px;
    }
}

@media (max-width: 1080px) {
    .title {
        font-size: 36px;
    }

    .preview__wrap {
        grid-template-columns: 1fr;
    }

    .preview__img {
        height: 660px;
    }

    .preview__img {
        max-width: 100%;
    }

    .preview .btn-primary {
        margin-top: 360px;
    }

    .location__list {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 992px) {
    .section {
        padding: 75px 0;
    }

    .btn {
        padding: 15px 24px;
        height: 68px;
        font-size: 17px;
    }

    .logo {
        max-width: 170px;
        aspect-ratio: 210 /57;

    }

    .preview .logo {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .preview .btn-primary {
        margin-bottom: 25px;
    }

    .location .title {
        margin-bottom: 30px;
    }

    .preview .title {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    .location__title {
        font-size: 24px;
    }

    .location__date-wrap {
        font-size: 20px;
    }

    .location__address {
        font-size: 16px;
    }

    .assist__wrap {
        padding: 30px;
        flex-direction: column;
    }

    .assist__form {
        max-width: 100%;
    }

    .assist__text {
        font-size: 18px;
    }

    .preview__bg-img {
        height: 350px;
    }

    .preview .btn-primary {
        margin-top: 260px;
    }

    .preview__img {
        height: 520px;
    }

    .subtitle {
        font-size: 18px;
    }
    .preview .logo {
        margin-right: 0;
    }
    .assist__form form {
   
    gap: 20px;
}
}

@media (max-width: 576px) {
    .title {
        font-size: 32px;
    }

    .location__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .assist__form {
        padding: 30px;
    }

    .assist__form-inner {
        flex-direction: column;
    }

    .preview .btn-primary {
        margin-top: 220px;
    }

    .logo {
        max-width: 150px;
    }

    .preview__img {
        height: 450px;
    }

    .preview .logo {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .preview__content {
        padding: 0 15px;

    }

    .location__title {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .location__date-wrap {
        font-size: 18px;
    }

    .location__address {
        font-size: 15px;
    }

    .assist__wrap {
        padding: 20px;
    }

    .assist__form {
        padding: 20px;
    }

    .footer__wrap {
        flex-direction: column;
        justify-content: center;
    }

    .footer__privacy-policy {
        margin-left: 0;
    }

    .assist__text-wrap {
        margin-top: 0;
    }

    .assist__text {
        font-size: 15px;
    }


}