.feedbacks-text {
    font-size: 42px;
    font-weight: 700;
}

.border-outer-testimonials::after {
    content: "";
    display: flex;
    height: 450px;
    width: 337px;
    border: 1px solid rgba(0, 0, 0, 0.397);
    padding: 15px;
    rotate: 81deg;
    position: absolute;
    background-color: #2b90d5;
    top: -4px;
    left: 81px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: -1;

}

.border-inner-testimonials {
    border: 1px solid rgba(255, 255, 255, 0.466);
    background-color: black;
    padding: 10px;
    height: 372px;
    width: 448px;
    border-radius: 0px 0px 10px 10px;
    color: white;
}

.mask-client-feedbacks {
    mask-image: url("../../images/team-mask.png");
    mask-size: 100% 100%;
    height: 100px;
    width: 100px;
}


@media (min-width:0px) and (max-width:576px) {
    .border-inner-testimonials {
        width: 100%;
        height: 390px;
    }

    .testimonial-feedbacks-responsive {
        width: 100%;
    }

    #padding-bottom-sm {
        padding: 25px 0px;
    }
}