@media only screen and (max-width: 600px) {
    body{
        overflow-x: hidden;
    }
    .header {
        background-color: #fff;
        width: 100% !important;
        padding: 20px 20px;
    }
    .logo{ margin-right: 22px;}
    .logo img{
        height: 40px!important;
    }
    .logo .company-name{
        font-size: 16px;
    }
    .header .menu-content{
        font-size: 14px;
    }
    .text-section h1 {
        font-size: 30px;
    }
    .waves{
        height: 60px;
    }
    .grey-waves{
        height: 60px;
        top: -58px;
    }
    .white-waves{
        height: 60px;
        top: -60px;
    }
    .black-waves{
        height: 60px;
        top: -60px;
    }
    .team-text{
        left: 40px;
        top: 30px;
    }
    .team-text h1{
        font-size: 35px;
    }
    .about{
        min-height: 100vh;
        height: auto;
        padding-bottom: 60px;
    }
    .members{
        height: auto;
        min-height: 100vh;
        padding: 100px 0;
    }
    .users{
        flex-direction: column;
    }
    .user-card{
        margin-bottom: 40px;
        align-items: center;
    }
    .user-image{
        width: 150px;
        height: 150px;
    }
    .service-cards{
        flex-direction: column;
        margin-top: 120px;
    }
    .service-cards .service-card{
        margin-bottom: 0!important;
        margin-top: 10px!important;
    }
    .service-cards .service-card h1{
        margin: 0;

    }
    .service-cards .service-card p{
        font-size: 14px;
    }
    .service-cards .service-card img{
        width: 60px!important;
    }
  }