.testimonials-slider {
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 170px 120px 170px;
    margin: auto;
    position: relative;
}
.testimonial_background{
    background-color: #E9E5DE;
    font-family: "Neue Haas Grotesk Text", sans-serif;
}
.testimonial-text {
    text-align: center;
}
.testimonial-slide {
    flex: 0 0 30%;
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 15px;
}

.testimonial-image img {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    border-radius: 10px 10px 0 0;
    height: 282px;
    display: block;
}
.testimonial-origen{
    margin-bottom: 10px;
    display: inline-block;
}
.testimonial-logo img {
    display: inline-block;
}
.testimonial-logo {
    text-align: center;
    margin: 15px 0;
}

.testimonial-logo img {
    max-width: auto;
    max-height: 56px;
}

.testimonial-text p {
    font-size: 12px;
    margin-bottom: 10px;
}

.testimonial-text strong {
    display: block;
    font-weight: bold;
    margin-top: 15px;
    font-size: 12px;
}

.testimonial-text span {
    font-size: 11px;
    color: #0c0c0c;
}
.testimonials-header{
    text-align: center;
    padding: 60px 0;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonials-header h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #222222;
    font-family: 'Manier';
}

.testimonials-header p {
    font-size: 18px;
    color: #222222;
    margin: 0 auto;
    font-family: "Neue Haas Grotesk Display";
    line-height: 133.3%;
}

.testimonials-slider .owl-nav {
    position: absolute;
    top: 0px;
    right: 220px;
    width: 70px;
}
.testimonials-slider .owl-stage .owl-item{
    padding: 0 20px;
}
#index #content-wrapper .testimonial_background .testimonials-slider .owl-nav button {
    width: 21px;
    height: 21px;
    margin: 0px 10px;
    padding: 4px !important;
    background-color: #666439;
    background-position: center;
    background-size: 13px 13px;
    background-repeat: no-repeat;
}
#index #content-wrapper .testimonial_background .testimonials-slider button.owl-prev{
    background-image: url("../../../../../img/Group 25.png") !important;
}
#index #content-wrapper .testimonial_background .testimonials-slider button.owl-next{
    background-image: url("../../../../../img/Group 1051.png") !important;
}
#index #content-wrapper .testimonial_background .testimonials-slider .owl-stage-outer{
    margin-top: 40px;
}


@media (min-width: 1111px){
    .testimonial-text span {
        font-size: 11px;
        color: #0c0c0c;
    }
    .testimonial-slide {
        min-height: 520px;
    }
}
@media (min-width: 1850px){
    .testimonial-slide {
        min-height: 540px;
    }
}
@media (max-width: 768px){
    .testimonial-image img {
        height: auto;
    }
    div.testimonials-slider {
        padding-bottom: 30px;
    }
    .testimonial-text p {
        min-height: 140px;
    }
    .testimonials-slider{
        padding: 0 0 40px 0px;
    }
    .testimonials-slider .owl-nav {
        right: 20px;
    }
    .testimonials-slider .owl-stage .owl-item{
        padding: 0 20px;
    }
    .testimonials-header {
        text-align: left;
        padding: 35px 20px;
        align-items: initial;
    }
    #index .layer_columns p span {
        padding: 15px 5px 0px 0px;
    }
}