/* FEATURES */
.feature_sideimg {
background-color: #eee;
}


.feature_sideimg h2 {
    position: relative;
    margin: 0 !important;
    padding-bottom: 25px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
}

.feature_sideimg h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 3px;
    background-color: #000000;
}

.feature_sideimg .feature_sideimg_image {
    display: none;
}

.feature_sideimg .feature_sideimg_text {
    margin: 0;
    padding: 0;
    width: 100%;
}

.feature_sideimg .feature_sideimg_text .row {
    display: flex;
    flex-wrap: wrap;
}

.feature_sideimg .feature_sideimg_text a {
    width: 33.33333%;
}

.feature_sideimg .feature_sideimg_text .feature_1col {
    width: 100%;
}

.feature_sideimg .feature_1col_img {
    height: auto;
}

@media screen and (max-width: 767px){
.feature_sideimg .feature_sideimg_text a {
    width: 100%;
}
}