.taoph-testimonial__quote{
    font-family: "Acumin Variable Concept Pro", Sans-serif !important;
    font-size: 78px;
    font-weight: 400;
    line-height: 98%;
    letter-spacing: 0em;
    text-align: left;
    color: #272437;
}

.taoph-testimonial__description{
    font-family: Acumin Variable Concept !important;
    font-size: 27px;
    font-weight: 382;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #272437;
    text-transform: uppercase;
}

.taoph-testimonial__meta{
    font-family: Acumin Variable Concept;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #272437;
    
}

.taoph-testimonial{
    margin-bottom: 110px;
    max-width: 400px;
}

.taoph-testimonial .slick-arrow{
    background-color: #fff;
    border: 1px solid #272437;
    border-radius: 50%;
    width: 70px;
    font-size: 0;
    height: 70px;
    outline: none;
    background: url(../images/arrow-west.webp) no-repeat center;
    background-size: 27px auto;
    position: absolute;
    z-index:9999;
    top: 570px;
}

.taoph-testimonial .slick-next{
    left: 91px;
    transform: rotate(180deg);
}

@media ( max-width: 992px ){
    .taoph-testimonial__quote{
        font-size: 64px;
    }
}

@media ( max-width: 767px ){
	.taoph-testimonial:not(.taoph-testimonial-review){
		padding-top: 0;
	}
}