* {
    box-sizing: border-box;
}
.fea-testimonialv1 {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.fea-testimonialv1 .fea-testimonial-item {
    display: none; 
}
.fea-testimonialv1 .fea-testimonial-item.active {
    display: block; 
}
.fea-testimonialv1 .fea-testimonial-item-caption {
    background: rgb(101 189 125);
    padding: 35px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 13%);
    position: relative;
    z-index: 2;
}
.fea-testimonialv1 .fea-testimonial-item-caption p {
    margin: 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.9;
}
.fea-testimonialv1 .fea-testimonial-item-info {
    display: flex;
}
.fea-testimonialv1 .fea-testimonial-item-view {
    max-width: 200px;
    width: 100%;
}
.fea-testimonialv1 .fea-testimonial-item-head {
    flex: 1;
    padding: 20px;
    font-family: Arial, sans-serif;
}
.fea-testimonialv1 .fea-testimonial-item-head h2 {
    margin: 0;
    font-family: Arial, sans-serif;
}
.fea-testimonialv1 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.fea-testimonialv1 .owl-dot {
    width: 12px;
    height: 12px;
    background: #f7f7f7;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.5s ease;
}
.fea-testimonialv1 .owl-dot.active {
    background: rgb(101 189 125);
    height: 12px;
}
.fea-testimonialv1 .fea-testimonial-item-caption:after {
    content: "";
    bottom: -25px;
    border-right: 25px solid transparent;
    border-top: 25px solid rgb(101 189 125);
    display: block;
    position: absolute;
    left: 50px;
	
}

@media all and (max-width: 550px) {
    .fea-testimonialv1 .fea-testimonial-item-view {
        max-width: 140px;
    }
    .fea-testimonialv1 .owl-dot {
        height: 8px;
    }
    .fea-testimonialv1 .owl-dot.active {
        height: 10px;
    }
}