.quote-carousel {
    position: relative;
    display: block;
    padding-bottom: 74px;
    min-height: 438px;
}

.quote-carousel__background {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.quote-carousel__background::before {
    padding-top: calc(73 / 173 * 100%);
    content: '';
    display: block;
}

.quote-carousel__background > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-carousel__body {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #fff;
    background-color: #2050DA;
    padding: 32px 36px;
    padding-right: 80px;
    max-width: 100%;
    box-sizing: border-box;
    width: 500px;
    font-size: 16px;
}

.quote-carousel__body::before {
    content: '';
    width: 4px;
    height: 12px;
    position: absolute;
    top: 32px;
    left: 0;
    background-color: #62EBDA;
}

.quote-carousel__body > .swiper {
    max-width: 382px;
    margin-inline: 0;
}

.quote-carousel__body > .slider-nav-container {
    margin-top: 32px;
    justify-content: flex-end;
}