.rsg-testimonial-feature {
    position: relative;
    width: 100%;
    min-height: 690px;
    overflow: hidden;
    background-color: #e9edf1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rsg-testimonial-container {
    display: flex;
    width: min(100% - 40px, 1240px);
    min-height: inherit;
    align-items: center;
    margin: 0 auto;
    padding: 70px 0;
}

.rsg-testimonial-slider-wrap,
.rsg-testimonial-viewport {
    position: relative;
    width: 100%;
}

.rsg-testimonial-viewport {
    overflow: hidden;
}

.rsg-testimonial-track {
    display: flex;
    transition: transform .45s ease;
    will-change: transform;
}

.rsg-testimonial-slide {
    display: flex;
    flex: 0 0 100%;
    min-width: 0;
}

.rsg-testimonial-content-box {
    width: 100%;
    max-width: 535px;
    padding: 34px;
    background: rgba(28, 48, 70, .72);
    color: #fff;
}

.rsg-testimonial-align-left .rsg-testimonial-content-box {
    margin-right: auto;
    margin-left: 0;
}

.rsg-testimonial-align-center .rsg-testimonial-content-box {
    margin-right: auto;
    margin-left: auto;
}

.rsg-testimonial-align-right .rsg-testimonial-content-box {
    margin-right: 0;
    margin-left: auto;
}

.rsg-testimonial-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 22px;
    color: #ffd23f;
    font-size: 30px;
    line-height: 1;
}

.rsg-testimonial-title {
    margin: 0 0 24px;
    color: #fff;
    font-family: Lato, Arial, sans-serif;
    font-size: clamp(24px, 2vw, 34px);
    font-style: italic;
    font-weight: 900;
    line-height: 1.25;
}

.rsg-testimonial-comment,
.rsg-testimonial-comment p {
    margin: 0;
    color: #fff;
    font-family: Lato, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;
}

.rsg-testimonial-comment p + p {
    margin-top: 12px;
}

.rsg-testimonial-reviewer {
    margin-top: 20px;
    color: #fff;
    font-family: Lato, Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.rsg-testimonial-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffd23f;
    color: #173b63;
    font-size: 22px;
    cursor: pointer;
    transform: translateY(-50%);
}

.rsg-testimonial-arrow:hover,
.rsg-testimonial-arrow:focus {
    background: #075eae;
    color: #fff;
}

.rsg-testimonial-prev {
    left: -58px;
}

.rsg-testimonial-next {
    right: -58px;
}

.rsg-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.rsg-testimonial-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
}

.rsg-testimonial-dot.is-active {
    background: #ffd23f;
}

@media (max-width: 1360px) {
    .rsg-testimonial-prev { left: 10px; }
    .rsg-testimonial-next { right: 10px; }
}

@media (max-width: 767px) {
    .rsg-testimonial-feature { min-height: 560px; }

    .rsg-testimonial-container {
        width: min(100% - 30px, 1240px);
        padding: 50px 0;
    }

    .rsg-testimonial-content-box {
        padding: 26px 22px;
    }

    .rsg-testimonial-title {
        font-size: 25px;
    }

    .rsg-testimonial-comment,
    .rsg-testimonial-comment p {
        font-size: 15px;
    }

    .rsg-testimonial-arrow {
        top: auto;
        bottom: -52px;
        transform: none;
    }

    .rsg-testimonial-prev { left: calc(50% - 52px); }
    .rsg-testimonial-next { right: calc(50% - 52px); }
    .rsg-testimonial-dots { margin-top: 68px; }
}
