@media screen and (min-width: 1250px) {
}
@media screen and (min-width: 1193px) {
    .div-block-20 {
        width: 42%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1192px) {
    .alert.for-mobile {
        display: flex !important;
    }
    .for-desktop {
        display: none !important;
    }
    .div-block-37 {
        grid-template-columns: 2fr 2fr;
    }
    .your-passport-journey-steps {
        padding: 64px 24px 0px;
    }
    .image-57 {
        width: 100%;
        display: inline-block;
    }
    .image-55 {
        display: none;
    }
    .detailed-info {
        grid-column-gap: 36px;
        grid-row-gap: 36px;
        flex-flow: wrap;
        justify-content: center;
    }
    .image-36 {
        display: none;
    }
    .info-content-block {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        /* flex-flow: column-reverse; */
        justify-content: flex-start;
        width: 100%;
    }
    .info-picture {
        width: 40%;
    }
    .passport-register-box {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        margin-top: 0;
        display: flex;
        flex-flow: row;
    }
    .thingstodo2container .next-step-guide-caution.tablet {
        display: flex;
        width: 85%;
    }
    .things-to-do-two-section {
        grid-column-gap: 28px;
        grid-row-gap: 28px;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        display: flex;
        flex-flow: row;
    }
    .things-to-do-two-section .next-step-guide-caution {
        display: none;
    }
    .touch-content-box {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        flex: 1;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 32px;
        display: flex;
    }

    .div-block-22 {
        flex-direction: column;
    }
    .card-box {
        flex-direction: column;
    }
    .card-box._16px.non-pr-40 {
        flex-direction: row;
    }
    .detailed-info .info-picture img {
        display: none;    
    }
    .image-36 {
        display: inline-block !important;
    }
    .hero-section .div-block-16 {
        padding-right: 30px;
    }
    .image-44 {
        display: block !important;
    }
    .image-45 {
        display: none;
    }
    .div-block-20 {
        width: 39%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .alert.for-mobile {
        display: flex !important;
    }
    .for-desktop {
        display: none !important;
    }
    .info-content-block {
        flex-flow: column;
    }
    /* .next-step-guide-caution._100 {
        display: flex;
    } */
    .touch-content-box {
        margin-top: -50px;
    }
}

@media screen and (max-width: 768px) {
    .alert.for-mobile {
        display: flex !important;
    }
    .for-desktop {
        display: none !important;
    }
    .info-content-block {
        flex-flow: column;
    }
    .div-block-37 {
        grid-template-columns: 1fr;
    }
    .first-information .image-container {
        text-align: center;
    }
    .things-to-do-two-list-box .next-step-guide-caution {
        display: none;
    }
    .getintouchcontainer {
        flex-flow: column-reverse;
    }
    .div-block-29 {
        align-items: center;
    }
    .div-block-20 {
        width: 100%;
    }
    .contact-info-box {
        justify-content: center;
    }
    .touch-content-description {
        text-align: center;
    }
    .next-step-guide-caution._100 {
        display: flex;
    }
    .things-to-do-two-section .things-to-do-two-list-box .next-step-guide-caution {
        display: none;
    }
}

.alert.for-mobile {
    display: none;
}
.for-desktop {
    display: flex;
}
