* {box-sizing:border-box}

.testimonials-holding-row .vce-row--col-gap-30#el-c6e42670>.vce-row-content>.vce-col--md-auto {
  display: contents !important;
}
.purposes {
  margin: 0px auto;
  display: flex;
  justify-content: center;
}

.testimonial-purpose {
  display: inline-block;
  width: 180px;
  height: auto;
  min-height: 260px;
  background-color: white;
  padding: 1.5%;
  border-radius: 10px;
  margin: 0.5em 0.6em;
  cursor: pointer !important;
  -webkit-box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.02), 1px 6px 10px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.02), 1px 6px 10px 0 rgba(0, 0, 0, 0.02);

  cursor: pointer;
  text-align: center;
  vertical-align: top;
}

.testimonial-purpose h4 {
  font-size: 18px !important;
  letter-spacing: 0px !important;
  text-align: center;
}

.testimonial-purpose ul {
  margin: 0px;
  padding: 0px 0px 0px 16px;
}

.testimonial-purpose li {
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
  text-align: left !important;
}

.testimonial-purpose-icon {
  border-radius: 50% !important;
  width: 80px !important;
  height: 80px !important;
  margin: auto !important;
  cursor: pointer;
  float:none !important;
}

.testimonial-purpose p {
  font-size: 16px !important;
  letter-spacing: 0px !important;
  cursor: pointer;
}

.testimonial-purpose:hover {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 10px 0 rgba(0, 0, 0, 0.08);
}

.testimonials-heading {
  margin: 40px auto;
}

.testimonials-heading h2 {
  font-size: 30px;
  line-height: 30px !important;
  text-align: center;
  width: 95%;
  display: inline-block;
}

.testimonials-btn-nextPrev {
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  vertical-align: top;
  margin-top: 6px;
  display: inline-block;
}


.testimonial-items {
  max-width: 800px;
  height: fit-content;
  display: flex;
  margin: 0px auto 40px auto;
}

.testimonial-item {
  clear: both;
  height: fit-content;
  display: none;
}

.testimonial-item-left {
  float:left;
  width: 140px;
}

.testimonial-item-image {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: 50% 50%;
}

.testimonial-item-right {
  float:right;
  width: calc(100% - 140px);
  padding-left: 40px;
}

.testimonial-item-right p {
  margin: 0px;
  text-align: justify;
}

.testimonial-item-link {
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}







@media screen and (max-width: 720px) {

  .purposes {
    display: none;
  }

  .testimonials-heading h2 {
    font-size: 26px;
    line-height: 26px !important;
    width: calc(100% - 30px);
    padding: 0px 10px;
  }

  .testimonial-item-left {
    float:none;
  }

  .testimonial-item-right {
    float:none;
    width: auto;
    padding-left: 0px;
  }

  .testimonial-item-image {
    margin: 0px auto 30px auto;
  }
}