#testimonials {
    background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/products/Gaming-Mice/sabre-v2-pro-ultralight-wl/overview/05_Pro%20Player%20Testimonials/05_SabreV2ProUltralight_ProPlayerTestimony_background_mobile.png);
    background-size: cover;
}

#testimonials section {
    max-width: 600px;
}
.container-width-restrict-1 {
    max-width: 1342px !important;
}
.BlockCentered_heading__30F0a h2 {
    font-family: Saira Expanded, sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.166;
}

.text-header-4 {
    font-size: 1.75rem;
}

.extra-line-height {
    color: #adadad;
    line-height: 1.2;
}

.LeftRightBlock_media-block-floating__34yWg img {
    aspect-ratio: 1/1 !important;
}

.quote-content {
    border: 2px solid #5F626B;
    background: rgba(255, 255, 255, 0.05);
}

.quote-image {
    border-left: 2px solid #5F626B;
    border-top: 2px solid #5F626B;
    border-right: 2px solid #5F626B;
    background: #00000033;
    max-height: 300px;
}

#sabre-v2-pro-ultralight-wireless-36g-design {
    padding-top: 0;
    padding-bottom: 0;
}

.people-carousel .slick-prev,
.people-carousel .slick-next {
    background: #ece81a;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    position: absolute;
    top: unset;
    bottom: 52px;
    cursor: pointer;

    &::before {
        content: unset;
    }
}

@media (min-width: 1024px) {
    .BlockCentered_heading__30F0a h2 {
        font-family: Saira Expanded, sans-serif;
        font-weight: 300;
        font-size: 3rem;
        line-height: 1.08;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .quote-image {
        max-height: none;
        width: 40%;
        height: 100%;
    }
}

@media (width < 767px) {
    .quote-image {
        max-height: none;
    }
}

@media (width > 767px) {
    #testimonials section {
        max-width: 1616px;
    }

    .BlockCentered_heading__30F0a h2 {
        font-family: Saira Expanded, sans-serif;
        font-weight: 300;
        font-size: 2.75rem;
        letter-spacing: 2%;
        line-height: 1.09;
    }

    .quote-image {
        border-bottom: 2px solid #5F626B;
        border-right: 0px solid #5F626B;
    }

    #testimonials {
        background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/products/Gaming-Mice/sabre-v2-pro-ultralight-wl/overview/05_Pro%20Player%20Testimonials/05_SabreV2ProUltralight_ProPlayerTestimony_background_desktop.png);
        background-size: cover;
    }
}

.people-carousel .slick-track {
    padding-left: 9%;
}

.people-carousel {
    display: flex;
    padding-bottom: 156px;
}

.testimonial-container {
    padding-top: 90px;
}

.people-carousel .slick-list .slick-track {
    display: flex;
    gap: 24px;
}

.people-carousel .slick-list .slick-track::before,
.people-carousel .slick-list .slick-track::after {
    content: unset;
}

.people-carousel .person-card {
    display: flex;
    flex-direction: column;
    height: auto;
    background: #191919;
}

.people-carousel .person-card img.card-img {
    width: 100%;
    object-fit: cover;
}

.people-carousel .person-card .info {
    padding: 48px;
    text-align: left;
}

.people-carousel .person-card .info .name {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    color: #ece81a;
    text-transform: uppercase;
    margin: 0;
}

.people-carousel .person-card .info .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #8c8c8e;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 24px;
}

.people-carousel .person-card .info .quote {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    list-style: disc;
}

.people-carousel .person-card .info ul.quote {
    margin-left: 20px
}


.people-carousel .slick-prev img,
.people-carousel .slick-next img {
    margin: auto;
}

.people-carousel .slick-prev {
    left: unset;
    right: 15%;
}

.people-carousel .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.people-carousel .slick-next {
    right: 10%;
}

@media (max-width: 1240px) {
    .people-carousel .slick-prev {
        right: 21%;
    }

    .people-carousel .slick-next {
        right: 13%;
    }
}

@media (max-width: 768px) {
    .people-carousel .slick-prev {
        right: 26%;
    }

    .extra-line-height {
        font-size: 20px;
        line-height: 28px;
    }

    .people-carousel .slick-next {
        right: 15%
    }

    .people-carousel {
        padding-bottom: 92px;
    }

    .testimonial-container {
        padding-top: 60px;
    }

    .people-carousel .person-card img {
        height: 264px;
        object-fit: contain;
    }

    .people-carousel .person-card .info {
        padding: 24px;
    }

    .people-carousel .person-card .info .name {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }

    .people-carousel .person-card .info .title {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 16px;
    }

    .people-carousel .person-card .info .quote {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .people-carousel .slick-prev,
    .people-carousel .slick-next {
        width: 32px;
        height: 32px;
        bottom: 24px;
    }

    .people-carousel .slick-prev img,
    .people-carousel .slick-next img {
        width: 20px;
        height: 20px;
    }
}

.people-carousel .slick-slide {
    transition: opacity 0.5s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    height: auto;
}

.description-partner-logo {
    max-height: 40px;
    object-fit: cover;
    margin-bottom: 1rem;
}

@media (max-width: 1000px) {
    .people-carousel .slick-track {
        padding-left: 8%;
    }
}


.people-carousel .slick-active {
    opacity: 1;
}

.card-cta,
.expanded-cta {
    margin-top: 1rem;
    color: #ece81a;
    font-size: 14px;
}

.card-img {
    transition: all 200ms cubic-bezier(.4, 0, .2, 1);
    opacity: 1;
    display: block;
}

.card-img.hidden {
    display: none;
}

.quote,
.quote-expanded {
    transition: opacity 200ms cubic-bezier(.4, 0, .2, 1);
    opacity: 1;
    display: block;
}

.quote.hidden,
.quote-expanded.hidden {
    display: none;
}

.opacity-0 {
    opacity: 0;
}

.rotate-90 {
    transform: rotate(-45deg);
}

.expand-btn {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.expand-btn:hover {
    opacity: 0.8;
}

.expand-btn svg {
    transition: transform 300ms cubic-bezier(.4, 0, .2, 1);
}

.person-card {
    position: relative;
}

.info {
    position: relative;
    z-index: 1;
}

.quote-expanded ul {
    margin-top: 1rem;
}

.quote-expanded li {
    margin-bottom: 0.5rem;
}

.person-card.expanded .info {
    padding-bottom: 2rem;
}