

@media only screen and (max-width: 1200px) {
   
    

}

@media only screen and (max-width: 1024px) {


    

}


@media only screen and (max-width: 768px) {
   
  
    .wit-image {
        width: 225px;
        /* height: 225px; */
    }
    .wit-details {
        width: 69%;
        padding-left: 30px;
        padding: 30px 30px 30px 30px;
    }

    .wrap-item-team {
        display: flex;
        /* padding: 28px 20px; */
        box-shadow: 0px 0px 32px 0px rgb(7 28 31 / 5%);
        border-radius: 15px;
        width: 100%;
        flex-wrap: wrap;
    }


}

@media only screen and (max-width:750px) {


    .wit-details-name {
        font-size: 34px;
        line-height: 46px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center;
    }

    .wit-details-position {
        font-size: 14px;
        color: #272262;
        text-transform: uppercase;
        text-align: center;
    }
   

   
}

@media only screen and (max-width:500px) {



    .wit-details {
    }
  
   

   
}


@media only screen and (max-width: 425px) {

    .wit-details {
        width: 100%;
        padding-left: 30px;
        padding: 15px 20px 20px;
    }

    .wit-image {
        width: 160px;
    }

    .wrap-item-team {
        justify-content: center;
    }

    .wit-details-name {
        font-size: 18px;
        line-height: 1.5;
    }

    .wit-details-position {
        font-size: 11px;
        line-height: 1.2;
        color: #272262;
        text-transform: uppercase;
    }


}

@media only screen and (max-width: 375px) {

    .wit-image {
        width: 120px;
        /* height: 200px; */
    }
    

}

@media only screen and (max-width: 320px) {

  
   

}




