.feature_item_contents .feature_item_list>.item-container {
    border: 2px solid #cbcdcc;
    margin-right: 5px;
}

@media screen and (min-width: 768px){
    .feature_item_contents .feature_item_list>.item-container {
        font-size: 1em;
        border: 2px solid #cbcdcc;
        padding: 5px;
        max-width: 18.66666%!important;
        margin: 0 15px 15px 0;
    }
}

.img-box {
    background-color: #eee;
    text-align: center;
    width: 100%;
    height: 85%;
}

.img-fluid {
    max-width: 100%;
    max-height: 100%;
}
