section.whatwedo {
    position: relative;
}

section.whatwedo #right,
section.whatwedo #left {
    position: absolute;
    z-index: 3;
    bottom: 0;
}

section.whatwedo #right {
    right: 0;
}

section.whatwedo #left {
    left: 0;
}

section.whatwedo h4 {
    font-weight: 400;
    line-height: 2.3rem;
}

section.whatwedo p {
    margin-top: 20px;
    font-size: 15px;
    color: #7b8b8e;
}

section.whyus p {
    font-size: 14px;
    color: #7b8b8e;
    line-height: 25px;
}

section.whyus i {
    width: 70px;
}

.single-feature {
    width: 20%;
    transition: 0.3s;
    border-style: dashed;
    border-width: 0px 2px 0px 0px;
    border-color: #828E4C;
}

.single-feature:last-child {
    border-width: 0px 0px 0px 0px;
}

.single-feature h6 {
    font-weight: 600;
    color: black;
}

.single-feature:hover {
    margin-top: -10px;
    margin-bottom: 10px;
}

.single-feature:hover i {
    color: white !important;
}

section.about p {
    text-align: center;
    font-weight: 500;
}

section.about .whyuspoints h6 {
    font-size: 0.9rem;
}

section.reviews {
    background-image: url(../images/banner/reviews-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

section.reviews .bg-overlay {
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: rgba(000, 000, 000, 0.8);
}

section.reviews .carousel-wrap {
    z-index: 5;
}

section.reviews .review-icon {
    padding: 9px;
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 50%;
    background: #87ba45;
}

section.reviews .review-icon i {
    font-size: 18px;
}

section.reviews h6 span {
    background: #87ba45;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
}

section.reviews p {
    margin-top: 40px;
    margin-bottom: 0px;
    font-family: sans-serif;
}


@media only screen and (max-width: 786px) {

    section.whyus i {
        width: 50px;
        margin-top: 5px;
        font-size: 2em;
    }

    section.whatwedo #right,
    section.whatwedo #left {
        width: 30%;
    }

    section.whatwedo #right {}

    section.whatwedo #left {}



    .single-feature {
        width: 50%;
        transition: 0.3s;
        border-style: dashed;
        border-width: 0px 0px 0px 0px;
        border-color: #828E4C;
        padding: 0px !important;
        margin-bottom: 20px;
    }

    .single-feature:last-child {
        width: 50%;
    }

    .single-feature .col-3 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .single-feature .col-9 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }

    section.about .whyuspoints .col-md-4 {
        width: 50%;
    }

    section.about .whyuspoints .col-md-4 .col-2 {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }

    section.about .whyuspoints .col-md-4 .col-10 {
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }
}
