
.testimonial-slider-area {
    border-top: 2px solid #efefef;
    padding-top: 38px;
}

.testimonial-content {
    padding: 30px;
	position: relative;
}

.testimonial-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
	line-height: 30px;
}

.testimonial-user-dt {
    margin-top: 33px;
}

.testimonial-user-dt h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.testimonial-user-dt span {
    font-size: 14px;
    color: #717171;
    margin: 10px 0;
    display: block;
    width:unset !important;
}

.testimonial-user-dt ul li {
    display: inline-block;
}

.testimonial-user-dt ul li i {
    color: #ffad21;
}

.quote-icon {
    position: absolute;
    right: 30px;
    font-size: 60px;
    bottom: 3%;
    color: #efefef;
}

.testimonial-block{
    background-color: #ecf5fd;
}

.testimonial-user-dt {
    display: flex;
    flex-direction: column;
    align-items: center;
}