#keypoints.team .member span::after {
    background: none !important;
}

.read-more-show-less {
    background: none !important;
}

.team .member p {
    color: black !important;
}

.cta .team .member .pic {
    border-radius: 0px !important;
}

.cta .team .member {
    padding: 19px !important;
}

.pic.col-md-3 {
    padding: 0 !important;
}

.sub-serv.cta {
    padding: 64px 0;
}

.faq .faq-list ol li {
    padding: 0px !important;
}

.services .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #d21e2b;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #d21e2b;
}

.services .btn-learn-more:hover {
    background: #d21e2b;
    color: #fff;
    text-decoration: none;
}

.moving {
    position: relative;
    bottom: 31px;
    color: white;
}

@media(max-width:991px) {
    .moving {
        bottom: -31px
    }
}