.testimonial-body {
  background: #fff;
  border-radius: 20px;
}
.testimonial-header-content {
padding: 30px 40px;
min-height: 276px;
max-height: 350px;
}
.testimonial-icon {
font-size: 80px;
line-height: 1;
color: #ac782b;
margin-bottom: 25px;
margin-left: 2px;
opacity: 1;
}
.testimonial-content>p {
font-weight: 400;
font-size: 16px !important;
margin-bottom: 32px;
}
.testimonial-avatar {
background: #647032;
padding: 10px 33px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.testimonial-avatar .avatar-thumb {
width: 65px;
flex: 0 0 auto;
margin-right: 16px;
}
.testimonial-avatar .avatar-thumb img {
border-radius: 50%;
height: 65px;
width: 66px;
object-fit: cover;
border: 3px solid #fff;
}
.avatar-content {
padding-top: 9px;
}
.testimonial-avatar .avatar-content .title {
margin-bottom: 6px;
font-weight: 600;
font-size: 18px;
color: #fff;
}
.testimonial-avatar {
display: flex;
align-items: center;
}
.avatar-content p {
color: white;
margin-bottom: 0px;
}