.feature_item_inner.four {
    background: linear-gradient(175deg, #ff0000 0%, #dd5454 100%);
}

.portfolio-inner{
    text-align: center;
    color: white;
    background: white;
    padding: 20px;
    border-radius: 10px;
}
.portfolio-inner h4{
    font-size: 20px;
    margin-top: 10px;
}

.service_item_dark h4, .service_item_dark p {
    color: #353535;
}
.service_item_dark {
    background: #f7f7f7;
}


.service_item h4 {
    font-size: 22px;
}
.portfolio-inner{
    height: 230px;
}