/* Large devices (laptops/desktops, 1200px and up) */
@media (max-width: 1200px) {
    .wrapper span{
        font-size: 140px;
    }

    .wrapper-last-text{
        font-size: 140px;
    }

    .section-2-head-left-text,.section-3-head-title,.section-4-head-title,.section-contact-head-title{
        font-size: 80px;
    }

    .section-2-head-title{
        font-size: 40px;
    }

    .section-2-head-ul-control{
        font-size: 24px;
    }

    .section-2-desc-text{
        font-size: 18px;
    }

    .section-2-founder-control{
        grid-template-columns: 100%;
    }

    .section-2-founder-item:first-child{
        border-right: none;
    }
    .section-2-founder-item, .section-2-founder-item-2{
        border-right: none;
        padding-left: 0px;
        margin-bottom: 36px;
    }

    .section-3-item-title{
        font-size: 40px;
    }

    .section-4-content-text-header{
        font-size: 40px;
    }

    .section-4-content-text-desc{
        font-size: 18px;
    }

    .section-4-content-carousel{
        padding-left: 16px;
    }

    .section-4-arrow, .section-4-arrow-rotate{
        height: 20px;
    }

    .section-4-content-carousel-card-title{
        font-size: 18px;
    }

    .section-4-content-carousel-card-desc{
        font-size: 14px;
    }

    .section-contact-items-left-item-social-control{
        display: none;
    }

    .section-contact-items-left-item-text{
        margin-bottom: 14px;
      }
}