#testimonies .testimonial {
  width: 100%;
}

.text-box {
  padding: 42px 97px 42px 41px;
  width: 100%;
  position: relative;
}



#testimonies .testimonial .text-box::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 10%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--light-green);
  /* border-top: 15px solid black; */
}

#testimonies .testimonial .person-info {
  gap: 0 25px;
  margin-top: 20px;
  padding-left: 29px;
}

#testimonies .testimonial .person-info img {
  width: 86px;
}

#testimonies .testimonial .person-info .data .name {
  margin-bottom: 8px;
}

@media (min-width: 1000px) {
  #testimonies li {
    margin-right: 84px;
  }
}

@media (max-width: 1200px) {
  #testimonies {
    width: 90%;
    margin: auto;
  }

  #testimonies li .text-box {
    padding: 32px 20px 40px 20px !important;
  }

  #testimonies .testimonial .person-info {
    padding-left: 0;
  }
}