
#feature5,
#feature3,
#feature1 {
    background-image: url(/wp-content/themes/angelsense/images/winter/snow-bg.png);
    background-repeat: repeat-x;
    background-position: 0px 225px;
    background-size: 100% auto;
}

#feature4,
#feature3,
#feature2 {
    background-color: #f8f8f8;
}

.special_feature h2 {
    margin-bottom: 1em;
    font-size: 28px;
    font-weight: 500;
    color: #32b4a6;
    line-height: 1.2;
}

.special_feature > p {
    color: #292929;
    text-transform: uppercase;
}

.special_feature ul {
    margin: 0.5em 0em 2em 0em;
}

.special_feature ul li {
    position: relative;
    color: #292929;
    padding: 0.2em 0;
    padding-left: 17px;
}

.special_feature ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background-image: url(/wp-content/themes/angelsense/images/case-study/bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 10px;
    height: 12px;
}

.special_feature .wrap {
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.special_feature .wrap .feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 48%;
    padding: 0.5em;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    margin-bottom: 1.5em;
}

.special_feature:nth-of-type(odd) .wrap .feature {
    background-color: #F8F8F8;
}

.special_feature .wrap .feature img {
    width: 40px;
    margin-right: 0.5em;
}

.special_feature .wrap .feature p {
    color: #292929;
}

.stories div.action {
    display: block;
    margin-bottom: 4em;
}

.stories div.action.learn-oposite {
    margin-top: 2em;
}

a.action.learn-oposite:hover {
    background-color: #32b4a6 !important;
    color: white !important;
}

.stories > h2 {
    margin-bottom: 1em;
    font-size: 28px;
    font-weight: 500;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
}

.testimonials {
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.testimonials .testimonial {
    position: relative;
    padding: 2em;
    background-color: #32B4A6;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-top: 78px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.20);
    width: 32%;
    min-height: 470px;
}

.testimonials .testimonial .image {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -110px;
    margin-bottom: 20px;
}

.testimonials .testimonial .image img {
    border-radius: 50%;
    border: 5px solid white;
    border-radius: 50%;
}

.testimonials .testimonial .info p {
    position: relative;
    color: white;
}

.testimonials .testimonial .info:before {
    content: "";
    margin: 0 auto 1em auto;
    background-image: url(/wp-content/themes/angelsense/images/testimonial-phrase.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 55px;
    height: 55px;
    display: block;
    opacity: 0.3;
}

.testimonials .testimonial .info h4 {
    margin-top: 1em;
    font-weight: 600;
}