.feature-block div {
    padding: 20px 15px;
    border-top: 1px solid #d0d0d0;
    font-weight: 600;
    font-size: 16px;
    height: 85px;
}
.feature-block div.last {
    border-bottom: 1px solid #d0d0d0;
}
.feature-block div span {
    font-weight: 300;
    float: right;
}
.feature-block div i {
    font-weight: 300;
    font-size: 13px;
    display: block;
    font-style: normal;
}
.home-features .block {
    background: #d7d7d7;
    padding: 30px 15px;
}
.home-features .block div {
    float: left;
    display: block;
    width: 100%;
}
.home-features .block div:first-child {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.home-features .block div:last-child {
    padding-right: 10px;
}
.home-features .block h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}
.home-features .block p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    text-align: center;
}
.featuresArticle ul {
    padding-left: 20px;
}

@media (max-width: 992px) {
    .home-features .block {
      padding: 15px;
    }
    .home-features .block:last-of-type {
      padding-bottom: 2rem;
    }
    .home-features .block:first-of-type {
      padding-top: 2rem;
    }
}
@media (max-width: 768px) {
    .bannerSlider img {
        margin: auto;
    }
    .bannerSlider .slider-block div {
	align-self: center;
	vertical-align: middle;
    }
    .bannerSlider .slider-block div:first-child {
        padding-left: 0;
        padding-right: 0;
	align-self: center;
    }
    .bannerSlider .slider-block div:last-child {
        border-right: 1px solid #4e4e4e;
    }
    .slider-block div {
	align-self: center;
        margin-top: 0 !important;
    }
    .bannerSlider .feature-slider {
        padding-top: 0;
        padding-bottom: 0;
    }
    .bannerSlider .slider-block h2 {
        margin-bottom: 5px;
        color: #ffffff;
        font-weight: 700;
        font-size: 12px;
        line-height: 17px;
        text-transform: uppercase;
    }
    .bannerSlider .slider-block p {
        margin-bottom: 0;
        color: #ffffff;
        font-weight: 600;
        font-size: 11px;
        line-height: 17px;
    }
    .feature-block div {
        padding: 15px 15px;
        border-top: 1px solid #d0d0d0;
        font-weight: 600;
        font-size: 16px;
        height: auto;
    }
}
@media (max-width: 576px) {
    .slider-block div {
        margin-top: 14px;
    }
    .slider-block div:last-child {
        padding-right: 0;
    }
    .bannerSlider .feature-slider {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .featuresArticle h2 {
        font-size: 18px;
        font-weight: 600;
    }
    li {
        font-size: 15px;
    }
    li p {
	margin-bottom: 0.5rem !important;
    }
    .feature-block div {
        padding: 15px;
        font-size: 15px;
    }
}