@media screen and (max-width: 1200px) {
    .teasers-container {
        justify-content: center;
        gap: 30px;
    }
    .teaser-item {
        margin-bottom: 0px;
        width: 300px;
        padding: 100px 45px 0 45px;
    }
    .apply-passport-service-form .field-row {
        flex-direction: column;
    }
    .apply-passport-service-form fieldset select, .apply-passport-service-form fieldset button {
        width: 100% !important;
    }

    .teaser-passport-services_item {
        margin-bottom: 0px;
        width: 300px;
        padding-left: 45px;
    }
    .product-service-link-container-mobile {
        display: block;
    }

}
@media screen and (max-width: 992px) {
    .header-logo {
        text-align: center;
    }
    .header-contact {
        justify-content: center;
        flex-direction: column;
    }
    .contact_1 {
        margin: 15px 0;
    }
    .footer-logo {
        width: unset;
        text-align: center;
    }
    .navigation {
        flex-direction: column;
        text-align: center;
        margin: 25px 0;
        gap: 5px;
    }
        .navigation a {
            line-height: 32px;
        }
    .footer-copy {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .field-row {
        flex-direction: column;
    }
    .application-form_step-body .row input[type="text"], .application-form_step-body .row input[type="email"] {
        margin-bottom: 25px;
    }
    .checker-field-label .checker-fields {
        align-items: flex-start;
        flex-direction: column;
        height: unset;
    }
    .checker-field-label .checker-field_item {
        margin-bottom: 15px;
    }
    .contact-form_1 .field-row {
        margin-bottom: 25px;
        gap: 25px;
    }
    .checker-field-column {
        margin-bottom: 45px;
    }
    .check-requirements_button-container {
        padding: 0 30px;
    }
        .check-requirements_button-container .btn_3 {
            padding: 15px 0;
            width: 100%;
        }
}

@media screen and (max-width: 768px) {
    .top-line h1 {
        display: none;
    }

    .contact-table {
        flex-direction: column;
    }
    .contact-table_tab1, .contact-table_tab2 {
        margin-bottom: 45px;
    }
    .btn_1 {
        padding: 12px 0;
        width: 100%;
    }
    .btn_2 {
        padding: 15px 0;
        width: 100%;
    }
    .teaser-item {
        padding: 35px;
        height: unset;
        width: 100%;
    }
        .teaser-item h6 {
            font-size: 18px;
        }
    h2 {
        font-size: 32px;
        line-height: 34px;
    }
    h4 {
        font-size: 26px;
    }
    h5 {
        font-size: 20px;
    }
    .banner {
        padding-bottom: 250px;
    }
    .contact-info {
        padding-bottom: 250px;
    }
    .step-item {
        margin: 0 0 25px 0;
    }
    .step-item_text {
        max-width: unset;
    }
    .presentation-reel {
        width: 350px;
        height: 270px;
    }

    .teaser-passport-services_item {
        width: 100%;
    }
    .menu {
        display: none;
    }
    .mobile-menu_button-container {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
            
    }
    .application-form_step_footer-container .btn_3 {
        padding: 15px 0;
        width: 100%;
    }
}
