.carousel-inner img {
    width: 100%;
    height: 100%;
}
.testimonials_grid h3 {
    margin: 1em 0 0.5em 0;
    color: #131212;
    font-size: 1.4em;
}
.testimonials_grid label {
    font-size: 1em;
    letter-spacing: 1px;
    color: #464646;
}
.testimonials_grid span {
    margin: 1em auto 0;
    color: #111111;
    font-size: 1.5em;
}
.testimonials_grid p {

    margin: 1em auto 0;
    line-height: 3em;
    letter-spacing: 1px;
    color: #959596;
}

div#carouselExampleControls .carousel-item {
    background: none;
    height: auto;
}
.carousel-indicators .active{
    background: black;
    height: auto;
}
.testimonials_grid {
    margin: 0 auto;
    width: 60%;
}
a.carousel-control-next.test, a.carousel-control-prev.test {
    color: #ff671d;
    text-align: center;
    opacity: 1;
    font-size: 3.5em;
}
.testimonials {
    background: #f7f7f7;
}
/*
    media
 */
@media(max-width:2000px) {
    .testimonials {
        padding: 7em 0;
    }
}
@media(max-width:1800px) {
    .testimonials {
        padding: 6em 0;
    }
}
@media(max-width:1440px) {
    .testimonials {
        padding: 5.5em 0;
    }
}

@media(max-width:1050px) {
    .testimonials {
        padding: 4em 0;
    }
    .testimonials_grid p {
        width: 100%;
        margin: 1em auto 0;
        line-height:1.9em;
    }
}

@media(max-width:667px) {
    .testimonials {
        padding: 3em 0;
    }
    .testimonials_grid h3 {
        margin:0em 0;
        font-size: 1.2em;
    }
}

@media(max-width:640px) {
    .testimonials_grid {
        margin: 0 auto;
        width:80%;
    }
}

@media(max-width:600px) {
    .testimonials_grid {
        margin: 0 auto;
        width: 81%;
    }
}