.image-feature .content {
    background: white;
    padding: 60px;
    min-height: 410px;
    display: flex;
    align-items: center;
}
.image-feature .content p:last-of-type {
    margin-bottom: 0;
}
.image-feature .image img {
    position: absolute;
    top: 0;
    height: 100%;
    min-width: 66vw;
    object-fit: cover;
}
.image-feature .image.left img {
    right: 0;
}
.image-feature .image.right img {
    left: 0;
}