.clients-review-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    background: #EFEFF3;
    padding: 50px;
    margin-top: 3%;
}

.clients-review-header {
    color: var(--text-001, #1D242B);
    text-align: center;
    font-family: "Quicksand";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.clients-review-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.clients-review-content-tiles {
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 20px;
    gap: 30px;
    width: 352px;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #FFF 0%, rgba(212, 235, 255, 0.90) 100%);
}

.clients-review-content-tiles-content {
    color: #1D242B;
    font-family: "Quicksand";
    font-size: 18px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: normal;
}

.clients-review-content-tiles-content-footer {
    color: var(--TXT-001, #45474B);
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.reviewer {
    display: flex;
    justify-content: start;
    align-items: center;
}


@media(max-width:786px) {
    .clients-review-header {
        font-size: 18px;
    }

    .clients-review-content-tiles-content {
        font-size: 14px;
    }

    .clients-review-content-tiles {
        gap: 15px;
    }
}


@media(max-width:375px) {
    .clients-review-content-tiles {
        width: 260px;
    }
}

@media(max-width:425px) {
    .tailored-services-designed-to-enhance-revenue-improve-efficiency-and-elevate-customer-satisfaction {
        line-height: normal;
    }

    .video-tag {
        max-width: 100%;
    }
}