.testimonial-section {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, .3);
}

@media (max-width: 768px) {
    .testimonial-section .carousel-inner {
        width: auto;
    }
}

.testimonial-section .carousel-inner {
    background-image: none;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
    align-items: center;
}

.testimonial-section .carousel-inner > .item > img,
.testimonial-section .carousel-inner > .item > a > img {
    border: 1px solid #6D6D6D;
    border-radius: 6px;
    margin: auto;
}

.testimonial-section .carousel-control {
    width: 10%;
    color: #000000;
}

.testimonial-section .carousel-control.left {
    left: -15px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .0001) 100%);
}

.testimonial-section .carousel-control.right {
    right: -15px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .2) 100%);
}

.testimonial-section .carousel-indicators {
    bottom: auto;
    margin-top: 10px;
}

.testimonial-section .carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 3px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #BBBCBD;
    border-radius: 0px;
    border: none;
}

.testimonial-section .carousel-indicators .active {
    background-color: #474747;
    border-radius: 0px;
    width: 24px;
    height: 3px;
    border: none;
    margin: 2px;
}

.testimonial-section .customer-name {
    font-size: 20px;
    color: #1198ED;
    padding-bottom: 6px;
}

.testimonial-section .company-name {
    font-size: 16px;
    color: #404040;
    padding-bottom: 20px;
}
