.sr-hero-features .hero-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 509px;
}

.sr-hero-features .sr-cover-inner>.row>div.col-md-10 {
    padding-left: 0;
}

.sr-hero-features .row.feature-row>div {
    margin: 15px 0;
}

.sr-hero-features .sr-cover-inner {
    margin: 0 auto;
    width: 100%;
    -webkit-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
}

.sr-hero-features .feat-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.sr-hero-features .sr-cover-inner .img-fluid img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}

.sr-hero-features button.slick-arrow {
    display: none !important;
}

.sr-hero-features .hero-feature {
    background-color: #fff;
    position: relative;
    border-radius: 0px;
    border-color: #e5e7ea;
    height: 100%;
    padding: 35px 21px 38px;
    background-size: cover;
    background-position: center;
}
.sr-hero-features .hero-feature .cta-group {
    justify-content: center;
    margin-top: 1rem;
}
.sr-hero-features .hero-feature h2 {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 38px !important;
}

.sr-hero-features .hero-feature .hero-feature-content {
    font-size: 18px;
    line-height: 24px;
}
/* .sr-hero-features .hero-feature a:not(.cta-button) {
    text-decoration: underline;
    padding-top: 1rem;
} */
.sr-hero-features .hero-feature a:hover {
    text-decoration: none;
}
.sr-hero-features .hero-feature-icon {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 30px 0 15px;
}
.sr-hero-features .hero-feature-icon img {
    position: absolute !important;
    right:55px;
    bottom: -12px;
}
.sr-hero-features .hero-feature .hero-feature-content,
.sr-hero-features .hero-feature img {
    position: relative;
    z-index: 1;
}

.sr-hero-features .hero-feature p:last-child {
    margin: 0;
}

@media only screen and (max-width : 768px) {
    .sr-hero-features .sr-hero-features-slick {
        padding-top: 3rem;
    }

    .sr-hero-features .row.feature-row>div {
        margin: .75rem 0;
    }
}

.sr-hero-features .height-auto {
    min-height: 0vh;
}
{#
.sr-hero-features .height-small {
    padding: 8rem 0;
}
#}
.sr-hero-features .height-medium {
    padding: 14rem 0;
}

.sr-hero-features .height-large {
    padding: 20rem 0;
}

.sr-hero-features .height-full {
    min-height: 100vh;
}
.sr-hero-features .lower-content {
    font-size: 18px;
}




