@media screen and (min-width: 991px) {

  .about__area-five {
    padding: 30px 120px 0;
}

.choose__area-three {
    padding: 20px 120px;
}

.marketing_expert__area_six {
    padding: 30px 120px !important;
}

.services__details-inner {
    padding: 30px 120px;
}
    }
    
    
.col-md-6:first-child .icon.feature-icon {
    background: #ff1313;
}
.col-md-6:nth-child(2) .icon.feature-icon {
    background: #5ec43e;
}
.col-md-6:nth-child(3) .icon.feature-icon {
    background: #0d6efd;
}
.col-md-6:nth-child(4) .icon.feature-icon {
    background: #ffc107;
}
.col-md-6:nth-child(5) .icon.feature-icon {
    background: #5fbacc;
}
.col-md-6:nth-child(6) .icon.feature-icon {
    background: #8084f0;
}
svg.icon {
    background: none !important;
}