@media (max-width: 480px){

    body{
        background-size: contain;
    }

    .navbar{
        width: unset;
    }

    main{
        width: unset;
    }
    
    header{
        margin-top: unset;
    }

    h2{
        font-size: calc(17px + 6 * ((100vw - 320px) / 680));
    }

    h3{
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }

    .row_1 .intro_col h1{
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }

    .row_1 .intro_col{
        gap: unset;
    }

    .row_1 .col_gallery{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: unset;
    }

    .row_1 .col_gallery .module-gallery figure img{
        max-width: 200px;
        width: 100vw;
        max-height: 200px;
        height: 100vw;
        margin: 0 auto;
    }

    .slick-prev{
        left: -15px;
    }

    .slick-next{
        right: -15px;
    }

    .row_1 .col_gallery .module-text{
        padding: 20px;
    }

    .row_1 .col_gallery .module-text p{
        font-size: calc(15px + (60 - 30) * ((100vw - 300px) / (1600 - 300)));
    }

    .row_2 .counter_col ul{
        display: flex;
        flex-direction: column;
        gap: unset;
        margin-top: 0.5rem;
    }

    .row_3 .info_col{
        grid-template: 1fr / 1fr;
        justify-content: center;
    }

    .row_3 .info_col .info_text{
        padding: 0;
    }

    .row_3 .info_col .module-image img{
        max-width: 200px;
        max-height: 200px;
        margin-bottom: 1rem;
    }

    .row_3 .info_col .info_text a{
        font-size: calc(18px + 6 * ((100vw - 320px) / 680));
    }

    .row_4 .form_col{
        grid-template: 1fr / 1fr;
    }

    .row_4 .form_col .module-text h3{
        text-align: center;
    }

    .row_4 .form_col .btn-section{
        text-align: center;
    }

    .row_5 .gallery_col .module-gallery{
        grid-template: 1fr / 1fr 1fr;
        gap: 10px;
        padding: 0 20px;
    }

    .row_5 .gallery_col .module-gallery figure img{
        max-height: 150px;
    }
}

@media (max-width: 768px){
    body{
        background-size: contain;
    }

    .navbar{
        width: unset;
    }

    main{
        width: unset;
    }
    
    header{
        margin-top: unset;
    }

    h2{
        font-size: calc(17px + 6 * ((100vw - 320px) / 680));
    }

    h3{
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }

    .row_1 .intro_col h1{
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }

    .row_1 .intro_col h1{
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }

    .row_1 .intro_col{
        gap: 20px;
    }

    .row_1 .col_gallery{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: unset;
    }

    .row_1 .col_gallery .module-gallery figure img{
        max-width: 200px;
        width: 100vw;
        max-height: 200px;
        height: 100vw;
        margin: 0 auto;
    }

    .slick-prev{
        left: -15px;
    }

    .slick-next{
        right: -15px;
    }

    .row_1 .col_gallery .module-text{
        padding: 20px;
    }

    .row_1 .col_gallery .module-text p{
        font-size: calc(15px + (60 - 30) * ((100vw - 300px) / (1600 - 300)));
    }

    .row_3 .info_col{
        grid-template: 1fr / 1fr;
        justify-content: center;
    }

    .row_3 .info_col .info_text{
        padding: 0;
    }

    .row_3 .info_col .module-image img{
        max-width: 200px;
        max-height: 200px;
        margin-bottom: 1rem;
    }

    .row_3 .info_col .info_text a{
        font-size: calc(18px + 6 * ((100vw - 320px) / 680));
    }

    .row_4 .form_col{
        grid-template: 1fr / 1fr;
    }

    .row_4 .form_col .module-text h3{
        text-align: center;
    }

    .row_4 .form_col .btn-section{
        text-align: center;
    }

    .row_5 .gallery_col .module-gallery{
        grid-template: 1fr / 1fr 1fr;
        gap: 10px;
        padding: 0 20px;
    }

    .row_5 .gallery_col .module-gallery figure img{
        max-height: 150px;
    }
}


@media (max-width: 991px){

    .navbar{
        width: unset;
    }

    main{
        width: unset;
    }
    
    header{
        margin-top: unset;
    }

    .row_1 .col_gallery .module-text{
        padding: unset;
        min-width: 200px;
    }

    .row_1 .col_gallery{
        justify-content: center;
        gap: 20px;
    }

    .row_1 .col_gallery .module-gallery figure img{
        max-width: 250px;
        max-height: 250px;
        margin: 0 auto;
    }

    .row_1 .intro_heading h1{
        letter-spacing: 10px;
    }

    .slick-next{
        right: 0;
    }

    .slick-prev{
        left: 0;
    }

    .row_3 .info_col .module-image img{
        max-width: 250px;
        max-height: 250px;
    }

    h2{
        font-size: calc(25px + (60 - 30) * ((100vw - 300px) / (1600 - 300)));
    }

    h3{
        font-size: calc(19px + (60 - 30) * ((100vw - 300px) / (1600 - 300)));
    }

    .row_1 .intro_col h1{
        font-size: calc(30px + (60 - 30) * ((100vw - 300px) / (1600 - 300)));
    }

    .row_5 .gallery_col .module-gallery figure img{
        max-height: 200px;
    }

    .row_3{
        margin-top: unset !important;
        margin-bottom: unset !important;
    }
}
