.take-approach {
    position: relative;
    background: #F2F2F2;
    margin: -90px 0 0 0;
    padding: 210px 0 120px;
}
.home .take-approach {
    background: #fff;
    margin: 0;
    padding: 120px 0;
}
.take-approach h2 {
    margin-top: 60px;
}
.approach-items-wrapper {
    margin-top: 40px;
}
.approach-items-wrapper .approach-items + .approach-items {
    margin-top: 50px;
}

.approach-items .eyebrow {
    font-weight: 600;
    margin-bottom: 5px;
    color: #5FB0B7;
}

@media only screen and (max-width: 1280px) {
    .take-approach {
        padding: 60px 0;
        margin: 0
    }
    .home .take-approach {
        padding: 60px 0;
    }
    .take-approach img {
        margin: 0 auto 40px;
    }
    .banner-image {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 991px) {
    .take-approach {
        text-align: center;
    }
}