.scale-slider-wrapper {
    position: relative;
}

.client-review {
    align-items: center;
    gap: 30px;
}

.client-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.client-info {
    width: calc(100% - 250px - 30px);
    flex: 1;
}

.client-review > p:last-child {
    margin-bottom: 0;
}

.client-review strong {
    font-size: var(--font-md);
    color: var(--color-primary);
    font-weight: var(--font-regular);
}

@media (max-width: 544px)  {
    .events-wrapper.element-scroll-mobile .slick-track {
        width: 100% !important;
    }

    .client-info {
        width: 100%;
        text-align: center;
    }

    .client-review {
        justify-content: center;
    }

    .scale-slider-wrapper .scale-slider-controls {
        justify-content: space-between;
        top: calc(250px / 2 - 18px / 2);
    }
}