.services__details-list-box.feature-item p span {
    display: inline-block;
    background: rgb(69, 129, 142) !important;
    width: 100%;
    max-width: 250px;
    position: relative;
    clear: both;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    margin: 5px;
    color: #fff;
}
.services__details-list.shortcode-content-feature-list .services__details-list-box.feature-itemp:first-child {
    text-align: center;
}

.services__details-list.shortcode-content-feature-list .col-md-6 h4.title {font-weight: 500;color: #333;}

.services__details-list.shortcode-content-feature-list .col-md-6:first-child .icon {
    color: #ff3b3b;
    background: #ffe2e2;
}

.services__details-list.shortcode-content-feature-list .col-md-6 .icon {
    border-radius: 100%;
}

.services__details-list.shortcode-content-feature-list .col-md-6:nth-child(2) .icon {
    color: #639e31;
    font-weight: 100;
    background: #e5ffe2;
}

.services__details-list.shortcode-content-feature-list .col-md-6:nth-child(3) .icon {color: #ff8e20;background: #ffecd9;}

.services__details-list.shortcode-content-feature-list .col-md-6:nth-child(4) .icon {
    color: #e958d5;
    background: #ffdafa;
}

.services__details-list.shortcode-content-feature-list .col-md-6:nth-child(5) .icon {
    color: #6267fd;
    background: #d6d8fa;
}

.services__details-list.shortcode-content-feature-list .col-md-6:nth-child(6) .icon {
    color: #b8de00;
    background: #f3f9d8;
}

.services__details-list.shortcode-content-feature-list .col-md-6:nth-child(5){
    color: #33b0c2;
    width : 100%;
}

.services__details-list-box.feature-item p span a {
    color: #fff !important;
}