.features-image {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    height: 100%;
    max-height: 390px;
}
.features-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 14px solid #fff;
}
.features-content-body {
    padding: 40px 10px;
}
.features-content {
    min-height: 390px;
}
