.article-image, .img, .carousel-item {
    float: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 210px;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
}
.article-image img, .img img, .carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    height: 100%!important;
    flex-shrink:0;
}

.article-image img,
.img img,
.carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    height: auto;
    transition: all 2s cubic-bezier(.19,1,.22,1) 0s;
}

.business:hover .article-image img,
.img img,
.carousel-item img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.solutions:hover 
    .service-l-more {
        color: #fff;
    }
    
