.features-area.container {
    padding-top: 30px;
}
.feature-wrapper {
    position: relative;
    padding-bottom: 20px;
}
.feature-title-container {
    position: absolute;
    bottom: 12px;
    z-index: 1;
    padding: 0 10px 5px 25px;
    max-width: 300px;
}
.feature-title-container .benefit-title {
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
}
.feature-wrapper a {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.feature-wrapper a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media(min-width: 1200px){
    .feature-title-container .benefit-title {
        font-size: 34px;
    }
}