/* Large devices (laptops/desktops, 1200px and up) */
@media (max-width: 769px) {
    .header-menu-text{
        font-size: 14px;
        margin-right: 9px;
        margin-left: 9px;
      }
    

     
    
    .wrapper span{
        font-size: 80px;
    }

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

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

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

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

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

    .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;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .section-contact-email-green{
        font-size: 13px;
    }

    .section-2-founder-item-2{
        margin-bottom: 0px;
    }

    .section-2-founder-position{
        border-bottom: none;
        font-size: 26px;
        margin-top: auto;
        line-height: 26px;
        margin-left: 16px;
    }
    .section-3-item-title{
        font-size: 32px;
    }

    .section-3-item-right{
        padding-left: 32px;
    }

    .section-4-content-text-header{
        font-size: 27px;
    }
    .section-4-content-text-control{
        padding-right: 12px;
    }

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

    .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: flex;
    }

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