/* Additional styles for the customer carousel */

#customer-carousel-desktop,
#customer-carousel-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 54px;
}

.bracket {
    height: 140px;
}

.quote-wrapper {
    margin-top: 40px;
    margin-bottom: 0;
}

.quote {
    margin-top: 20px;
}

.quote, .quote-signature {
    max-width: 800px;
    font-size: 28px;
    text-align: center;
    font-weight: 300;
}

.quote-signature {
    font-size: 20px;
    margin-top: 10px;
    color: #a8a8aa;
}

@media (max-width: 991px) {
    .quote {
        font-size: 24px;
    }
}

@media (max-width: 736px) {
    .quote {
        font-size: 20px;
    }
}

@media (min-width: 504px) {
    #customer-carousel-mobile {
        display: none !important;
    }
}

@media (max-width: 503px) {
    #customer-carousel-desktop {
        display: none !important;
    }

    .quote, .quote-signature {
        font-size: 15px;
    }
}

#customer-carousel-mobile .item,
#customer-carousel-desktop .item {
    height: auto !important;
}

#customer-carousel-mobile .item img,
#customer-carousel-desktop .item img {
    width: 1100px;
}

 .carousel-control.left, .carousel-control.right {
    font-size: 50px;
    color: #d7d7d7;
    border: 0;
    outline: none;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    color: #666;
}

.carousel .left > i,
.carousel .right > i {
    top: 47%;
    transform: translateY(-50%);
    position: absolute;
}

.carousel .left > i {
    left: -12px;
}
.carousel .right > i {
    left: auto;
    right: -12px;
}

@media (max-width: 767px) {
    #customer-carousel-mobile,
    #customer-carousel-desktop {
        margin-top: 35px;
        margin-bottom: 19px;
    }

    .quote-wrapper {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .carousel .left > i {
        left: -32px;
    }
    .carousel .right > i {
        right: -32px;
    }
}