/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
#testimonials {
  padding-top: 100px;
}

.my-card {
  padding-top: 40px;
  text-align: center;
}

.testimonial-carousel-icons {
  color: #89bdbb;
  font-size: 20pt;
  margin: 10px;
  transition: all 0.3s;
}

.testimonial-carousel-icons:hover {
  color: #fff;
  font-size: 21pt;
  cursor: pointer;
}

.testimonial-description {
  margin-top: 70px;
  font: normal normal normal 14px/24px Arial;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0px 30px;
}

.testimonial-icons {
  margin-top: 50px;
}

.testimonial-img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.testimonial-name {
  font: normal normal bold 28px/32px Arial;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 70px;
}

.testimonials-title {
  font: normal normal bold 63px/55px Georgia;
  letter-spacing: 0px;
  color: #264e58;
}

/*# sourceMappingURL=testimonials.css.map */
