@media screen and (min-width: 991px) {
.choose__area-three {
    padding: 0 120px;
}

.about__area-four {
    padding: 0 120px;
}

.about__area-five {
    padding: 0 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;
}