.ova-testimonial {
  position: relative;
  padding: 50px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 1023px) {
  .ova-testimonial {
    padding: 45px 30px;
  }
}
.ova-testimonial .background-img {
  position: absolute;
  content: "";
  width: 178px;
  height: 88px;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ova-testimonial .author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--light);
}
.ova-testimonial .author .name {
  margin: 7px 0;
  font-size: 20px;
  line-height: 1;
}
.ova-testimonial .author .job {
  margin: 0 0 7px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.ova-testimonial .author .rating i {
  color: var(--primary);
}
.ova-testimonial .img {
  position: relative;
  z-index: 1;
}
.ova-testimonial .img img {
  display: block;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center;
}
.ova-testimonial .desc {
  margin: 20px 0 10px 0;
  font-size: 19px;
  font-weight: 500;
}