@media (max-width: 576px) {
    html, body {
        background-size: auto;
        background-position: top center;
    }
    .banner {
        height: auto;
        padding-top: 72px;
        padding-bottom: 72px;
        margin-bottom: 0;
    }
    .banner h1 {
        font-size: 38px;
        font-weight: 700;
        line-height: 38px;
        text-align: center;
        margin-bottom: 40px;
    }

    .form-row {
        padding: 72px 32px 72px 32px!important;
        background-color: #F0F0F0!important;
        margin-bottom: 0!important;
    }
    .form-row .form {
        padding: 32px 16px 32px 16px!important;
        gap: 20px;
    }
    .form-row .form .url-row {
        flex-direction: column;
        gap: 8px;
    }
    .form-row .form .url-row .shop-part {
        gap: 8px!important;
        justify-content: space-between!important;
    }
    .form-row .form .url-row .shop-part .shop {
        flex-grow: 1!important;
    }
    .buttons-row {
        flex-direction: column!important;
        gap: 33px;
    }
    .special-message img {
        width: 22px!important;
        height: 22px!important;
        margin-right: 12px!important;
    }
    .special-message {
        font-size: 13px;
        font-weight: 600;
        line-height: 13px;
    }
    .p-0 {
        padding-right: calc(var(--bs-gutter-x) * .5)!important;
        padding-left: calc(var(--bs-gutter-x) * .5)!important;
    }
    .footer a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
    .footer {
        padding: 32px 16px!important;
        background: #000000;
        position: relative;
    }
    .footer p {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
    .footer-row {
        height: auto;
    }
}
@media (max-width: 768px) {
    /*md equivalent*/
    /*put your class here*/
}
@media (max-width: 992px) {
    /*lg equivalent*/
    /*put your class here*/
}
@media (max-width: 1200px) {
    /*xl equivalent*/
    /*put your class here*/
}