.trusted-enterprise-section {
    margin: 0;
    background: #F5F7FA;
    padding: 80px 0;
}

.trusted-enterprise-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
    margin: 0 -7.5px -15px;
}
.trusted-enterprise-col{
  width: 25%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.trusted-enterprise-card {
    border-radius: 20px;
    border: 1px solid rgba(255, 107, 44, 0.10);
    background: rgba(255, 255, 255, 0.50);
    padding: 20px 20px 20px 105px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
   
}

.trusted-enterprise-card .icon {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 20px;
    border-radius: 50px;
    background: rgba(255, 107, 44, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-enterprise-card .icon img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.trusted-enterprise-card .h4 {
    margin-bottom: 5px;
}
@media only screen and (max-width:1399px){
    
}
@media only screen and (max-width:1199px){
    .trusted-enterprise-col {
        width:33.33%;
    }
}
@media only screen and (max-width:991px){
    .trusted-enterprise-section {
        padding: 60px 0;
    }
     .trusted-enterprise-col {
        width: 50%;
    }
}
@media only screen and (max-width:767px){
    .trusted-enterprise-section {
        padding: 40px 0;
    }
    .trusted-enterprise-col {
         width: 100%;
    }
    .trusted-enterprise-card {
        padding: 20px 20px 20px 95px;
    }
    .trusted-enterprise-card .icon {
        height: 60px;
        width: 60px;
    }
    .trusted-enterprise-card .icon img {
        height: 30px;
        width: 30px;
        object-fit: contain;
    }
}