.banner-reviews {
    max-width: 926px;
    width: 100%;
    height: 89px;
    margin: 80px auto 0;
    background: #E9FFF7;
    border: 1px solid #D2FAEC;
    border-radius: 100px;
    padding: 17px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    position: absolute;
    left: 50%;
    top: -123px;
    transform: translateX(-50%);
}
.reviews-content p {
    max-width: 500px;
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    color: #656565;
    white-space: nowrap;
}
.card-head h3, .card-head p{
    line-height: 150%;
}
.ctaSec h2 {
    font-weight: 400;
    font-size: 31px;
    line-height: 160%;
    text-align: center;
    color: #1C3D5A;
}
.ctaFeatures p {
    max-width: 473px;
    width: 100%;
    text-align: center;
}
.tptwDetailContent h3{
    font-weight: 400;
    font-size: 31px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1C3D5A;
    margin-bottom: 15px;
}
.ctaFeatures {
    margin: 20px auto 45px;
    max-width: max-content;
}
.outsideService-list {
    justify-content: center;
}
.stepsSec .faqsBtn{
    margin: 50px auto 0;
}
.areasSec {
    margin: 336px 0 0;
}
@media (max-width: 991px) {
    .banner-reviews {
        max-width: calc(100% - 30px) !important;
        padding: 17px 30px;
        height: unset !important;
    }
}
@media (max-width: 575px) {
    .banner-reviews {
        max-width: 322px !important;
        width: 100%;
        flex-wrap: wrap;
        padding: 20px;
        gap: 15px;
        border-radius: 20px;
        height: unset;
    }
    .reviews-content p {
        text-align: center;
        white-space: wrap;
    }
}