.taoph-testimonial__quote{
color: #272437;

    /* Review Title */
    font-family: "Libre Baskerville" !important;
    font-size: 75px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 80px; /* 106.667% */
    text-align: left;
	padding-bottom: 60px;
    color: #272437;
}
.slick-prev:before, .slick-next:before{
	display:none !important;
}
.taoph-testimonial__description{
    color: #272437;

    /* Paragraph 1 Regular */
    font-family: Cabin !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 45px; /* 180% */
    letter-spacing: 1.25px;
    text-align: left;

    text-transform: uppercase;
}

.taoph-testimonial__meta{
    color: #272437;

    /* Paragraph 1 Regular */
    font-family: Cabin !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 45px; /* 180% */
    letter-spacing: 1.25px;
    text-align: left;

    text-align: left;
    
}

.taoph-testimonial{
    padding-top: 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;
    top: 0;
}
.taoph-testimonial .slick-prev.slick-arrow {
    top: 33px !important;
    left: 0px !important;
}

.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;
	}
    .taoph-testimonial .slick-prev.slick-arrow {
        top: 33px !important;
        left: 0px !important;
    }
    
    .slick-prev:before, .slick-next:before{
        display:none !important;
    }
}
@media ( max-width: 400px ){
    .taoph-testimonial .slick-prev.slick-arrow {
        top: 33px !important;
        left: 0px !important;
    }
    
    .slick-prev:before, .slick-next:before{
        display:none !important;
    }
}