@media screen and (min-width: 1000px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .s1-title {
        margin-top: 10px;
        font-size: 42px;
        font-weight: 200;
    }

    .s2-background-image {
        position: fixed;
        width: 1340px;
        z-index: -1;
    }

    .s2-table {
        width: 100%;
    }

    .s2-table td {
        padding: 10px;
        text-align: center;
        width: 33% !important;
    }

    .s2-table-m-img {
        width: 90%;
    }

    .s2-title {
        font-size: 27px;
        font-weight: 300;
        color: #2A2A2A;
    }

    .s2-text {
        font-size: 16px;
        font-weight: 400;
        color: #2A2A2A;
        line-height: 30px;
    }

    .s2-text a {
        color: #2A2A2A;
    }

    .s2-text a:hover {
        color: #D7B756;
    }

    .s2-open {
        font-size: 20px;
        font-weight: 400;
        color: #2A2A2A;
        line-height: 30px;
    }

    .form-input {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 80%;
    }

    .form-button {
        opacity: 0.8;
        background-color: #D7B756;
        border: 1px solid #D7B756;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 80%;
    }

    .form-option {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 80%;
    }

    .form-button:hover {
        color: #FFF;
    }


    .s3 {
        width: 100%;
        height: 620px;
        text-align: center;
    }


    .s3-box {
        padding-top: 40px;
        width: 100%;
        height: 580px;
        background-color: #fff;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
    }





    .s2-box-top {
        height: 50%;
    }

    .s2-box-bottom {
        height: 50%;
        text-align: center;
        padding: 30px;
    }

    .s3-table {
        width: 100%;
        padding: 20px;
    }

    .s3-table td {
        width: 33%;
        padding: 30px;
    }

    .s3-boxx {
        font-size: 21px;
        font-weight: 300;
        text-align: center;
        padding-top: 25px;
        height: 100px;
        box-shadow: 0px 0px 55px 5px rgb(0 0 0 / 6%);
        transition: all 0.5s ease;
    }

    .s3-box:hover {
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }


    .s4 {
        margin-bottom: 0;
    }

    .s4-text-bold {
        font-size: 24px;
        font-weight: 400;
    }

    .s4-text-thin {
        font-size: 18px;
        font-weight: 200;
    }

    .s4-table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .s4-table td {
        width: 50%;
    }

    .s5-table {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .s5-table td {
        width: 50%
    }

    .s5-table-left-thin {
        font-size: 47px;
        font-weight: 100;
    }

    .s5-table-left-bold {
        font-size: 47px;
        font-weight: 400;
    }

    .s5-table-left {
        padding-left: 20px;
    }

    .s5-table-right {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 60px;
        color: #8B8B8B;
    }

    .team-image {
        margin-bottom: 30px;
    }

    .team-button {
        font-size: 16px;
        font-weight: 500;
        border: 1px solid;
        background-color: #FFF;
        color: #000;
        padding: 15px;
        border-radius: 3px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .s6-table {
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .s6-table td {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
    }

    .s6-title {
        font-size: 42px;
        font-weight: 300;
        text-align: center;
    }

    .s7-table {
        width: 100%
    }

    .s7-table td {
        width: 50%;
        padding: 30px;
    }

    .s7-table-left {
        font-size: 16px;
        font-weight: 300;
        color: #5B5B5B;
        line-height: 28px;
    }

    .s7-table-right-thin {
        font-size: 52px;
        font-weight: 100;
    }

    .s7-table-right-bold {
        font-size: 52px;
        font-weight: 400;
    }

    .s8-section {
        background-image: url("../img/bg-form.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        border-top: 1px solid #D7B756;
    }

    .s8-table {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s8-table td {
        width: 50%;
    }

    .s8-title {
        font-size: 42px;
        font-weight: 300;
    }


    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }

    
}




@media screen and (max-width: 999px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .s1-title {
        margin-top: 55px;
        font-size: 6.5vw !important;
        margin-bottom: 10px;
        font-weight: 200;
        color: #2A2A2A;
    }

    .s2-background-image {
        position: fixed;
        width: 115%;
        top: 370px;
        z-index: -1;
    }

    .s2-table {
        width: 100%;
    }

    .s2-table td {
        padding: 10px;
        text-align: center;
        width: 33% !important;
    }

    .s2-table-m {
        padding-left: 100px;
        padding-right: 100px;
    }

    .s2-table-m-img {
        width: 75%;
    }

    .s2-title {
        font-size: 3vw;
        font-weight: 300;
        color: #2A2A2A;
    }

    .s2-text {
        font-size: 3vw;
        font-weight: 400;
        color: #2A2A2A;
        line-height: 38px;
    }

    .s2-text a {
        color: #2A2A2A;
    }

    .s2-text a:hover {
        color: #D7B756;
    }

    .s2-open {
        font-size: 3vw;
        font-weight: 400;
        color: #2A2A2A;
        line-height: 34px;
    }

    .form-input {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 80%;
    }

    .form-button {
        opacity: 0.8;
        background-color: #D7B756;
        border: 1px solid #D7B756;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 80%;
    }

    .form-option {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 80%;
    }

    .form-button:hover {
        color: #FFF;
    }


    .s3 {
        width: 100%;
        height: 620px;
        text-align: center;
    }


    .s3-box {
        padding-top: 40px;
        width: 100%;
        height: 580px;
        background-color: #fff;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
    }


    .s2-box-top {
        height: 50%;
    }

    .s2-box-bottom {
        height: 50%;
        text-align: center;
        padding: 30px;
    }

    .s3-table {
        width: 100%;
        padding: 20px;
    }

    .s3-table td {
        width: 33%;
        padding: 30px;
    }

    .s3-boxx {
        font-size: 21px;
        font-weight: 300;
        text-align: center;
        padding-top: 25px;
        height: 100px;
        box-shadow: 0px 0px 55px 5px rgb(0 0 0 / 6%);
        transition: all 0.5s ease;
    }

    .s3-box:hover {
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }


    .s4 {
        margin-bottom: 0;
    }

    .s4-text-bold {
        font-size: 24px;
        font-weight: 400;
    }

    .s4-text-thin {
        font-size: 18px;
        font-weight: 200;
    }

    .s4-table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .s4-table td {
        width: 50%;
    }

    .s5-table {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .s5-table td {
        width: 50%
    }

    .s5-table-left-thin {
        font-size: 47px;
        font-weight: 100;
    }

    .s5-table-left-bold {
        font-size: 47px;
        font-weight: 400;
    }

    .s5-table-left {
        padding-left: 20px;
    }

    .s5-table-right {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 60px;
        color: #8B8B8B;
    }

    .team-image {
        margin-bottom: 30px;
    }

    .team-button {
        font-size: 16px;
        font-weight: 500;
        border: 1px solid;
        background-color: #FFF;
        color: #000;
        padding: 15px;
        border-radius: 3px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .s6-table {
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .s6-table td {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
    }

    .s6-title {
        font-size: 42px;
        font-weight: 300;
        text-align: center;
    }

    .s7-table {
        width: 100%
    }

    .s7-table td {
        width: 50%;
        padding: 30px;
    }

    .s7-table-left {
        font-size: 16px;
        font-weight: 300;
        color: #5B5B5B;
        line-height: 28px;
    }

    .s7-table-right-thin {
        font-size: 52px;
        font-weight: 100;
    }

    .s7-table-right-bold {
        font-size: 52px;
        font-weight: 400;
    }


    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }
}

@media screen and (min-width: 1000px) and (max-width: 1400px)  {
    .s2-table tr{
        display: flex;
        flex-direction: column-reverse;
    }
    .s2-table td{
        width: 100%!important;
        padding: 10px 0;
    }
    .s2-table-m-img {
        width: 55%;
    }
} 