/* 1400 */


@media (max-width: 1400px) {
    
}

/* 1200px */
@media (max-width: 1200px) {
     
    .icon-row{
        gap: 20px 0;
    }

    .hide-lg{
        display: block;
    }
    
    .hide-md{
        display: none;
    }

    .team-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media (min-width: 1200px) {
    .decs-p{
        width: 50%;
    }
    .mulit-asset-section .white-bg{
        height: 252px;
    }
}

/* 992px */
@media (max-width: 992px) {
    .translate-middle-y {
        transform: translateY(-50%) !important;
    }

    .top-team .team-card{
        width: 100%;

    }

    .row{
        margin:  0 10px !important;
    }

    .my-img{
        margin: 3rem 0 !important;
    }
    .sub-banner-img{
        opacity: 0.3;
     }
   
}

@media (min-width: 992px) {
    .start-div-0 {
        left: 0 !important;
    }

   
}

/* 768px */
@media (max-width: 768px) {
    .translate-middle-y {
        transform: translateY(-50%) !important;
    }

    .team-grid{
        grid-template-columns: repeat(1, 1fr);
    }

     .top-team {
        flex-wrap: wrap;
     }
   
}
