.agency-testimonials {
    margin: 120px 0;
}

.agency-testimonials__wrapper {
    max-width: 752px;
    margin: 0 auto 60px;
}

.agency-testimonials__title {
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.32px;
}

.agency-testimonials__item-box {
    padding: 20px;
    background: var(--se-main-color-grey-dark);
    border-radius: 8px;
}

.agency-testimonials__item {
    max-width: 752px;
    padding: 32px;
    background: #fff;
    border: 1px solid var(--se-stroke-color);
    border-radius: 10px;
}

.agency-testimonials__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: var(--se-heading-color);
}

.agency-testimonials__position {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    color: var(--se-text-color);
}

.agency-testimonials__comment {
    font-size: 16px;
    line-height: 24px;
    color: var(--se-text-color);
}

@media screen and (max-width: 991px) {
    .agency-testimonials {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .agency-testimonials__title,
    .agency-testimonials__wrapper {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 767px) {
    .agency-testimonials {
        margin-top: 48px;
        margin-bottom: 0px;
    }

    .agency-testimonials__title {
        margin-bottom: 24px;
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }

    .agency-testimonials__container.container.with-slider {
        padding: 0;
    }

    .agency-testimonials__wrapper {
        margin-bottom: 0;
    }

    .agency-testimonials__item {
        width: auto;
        margin: 0;
    }

    .agency-testimonials__item:not(:last-child) {
        margin-bottom: 12px;
    }
}