.testimonial-slider {
    margin: 50px 0px 150px;
}

.testimonial-slider .owl-carousel .item .content {
    padding: 30px 20px;
    border-radius: 8px;
    position: relative;
}

/* .testimonial-slider .owl-carousel .item {
    padding: 0 20px;
} */

.testimonial-slider .owl-carousel .item .content:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    top: 100%;
    left: 15%;
}

.testimonial-slider .owl-carousel .item .content p {
    color: #fff;
    font: 20px 'Gotham Rounded Book';
    letter-spacing: 0.08em;
    margin: 0px;
    line-height: 1.3em;
}

.testimonial-slider .owl-carousel .item .user {
    display: flex;
    justify-content: flex-start;
    padding: 20px 30px 0px;
}

.testimonial-slider .owl-carousel .item .user .name {
    padding: 0 20px;
}


.testimonial-slider .owl-carousel .item .user .name h3 {
    color: #000;
    font: 22px 'Gotham Rounded Book';
    letter-spacing: 0.08em;
    margin: 0px;
}

/*@media (min-width: 1024px){
	.testimonial-slider .owl-carousel .item .user .name h3 {
	    font-size: 75px;
	}
}*/
/* 
@media (min-width: 768px){
	.testimonial-slider .owl-carousel .item .user .name h3 {
	    font-size: 36px;
	}
} */
.testimonial-slider .owl-carousel .item .user .name h6 {
    color: #000;
    font: 20px 'Gotham Rounded Book';
    letter-spacing: 0.08em;
    margin: 0px;
}

.testimonial-slider .owl-carousel .item .user .name p {
    font: 18px 'Gotham Rounded Book';
}


.testimonial-slider .owl-carousel .item .user .name a {
    color: #000;
    text-decoration: none;
    font: 20px 'Gotham Rounded Book';
    letter-spacing: 0.08em;
    margin: 15px 0px 0px;
    display: block;
}

.testimonial-slider .owl-carousel .item .user .name a:hover {
    color: grey;
}

.testimonial-slider .owl-carousel .item .user img {
    max-width: 120px;
    max-height: 121px;
    border-radius: 120px;
}


.testimonial-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    display: block;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #000;
    transform: translate(-50%, -50%);
}

.testimonial-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
    display: block;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #000;
    transform: translate(-50%, -50%);
}

.owl-dots {
    display: none;
}

@media (max-width: 767px) {
    .testimonial-slider .owl-carousel .item .user .name {
        padding: 0px;
    }

    .owl-nav {
        display: none;
    }

    .owl-dots {
        display: block;
        margin-top: 20px;
    }
}