.testimonial-section {
  padding-bottom: 80px;
  padding-left:16px;
  padding-right:16px;
}
.testimonial-section .title h3 {
  margin: 0 0 64px;
  text-align: center;
  font-family: Figtree;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  color: #101828;
}
.testimonial-section .title h3 > span {
  color: #0E9384;
}
.testimonial-section .testimonial {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.testimonial-section .testimonial .box {
  box-shadow: 0px 48px 29px 0px rgba(0, 0, 0, 0.02), 0px 21px 21px 0px rgba(0, 0, 0, 0.03), 0px 5px 12px 0px rgba(0, 0, 0, 0.03), 0px 0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  border: 1px solid #EAECF0;
  background: #fff;
  flex: 1;
}
.testimonial-section .testimonial .image-box {
  background: #F9FAFB;
  border-bottom: 1px solid #EAECF0;
  padding: 24px 40px;
  display: flex;
  gap: 16px;
  align-items: center;
  align-self: stretch;
}
.testimonial-section .testimonial .image {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
 
}
.testimonial-section .testimonial .image img {
  max-width: 100%;
  height: 100%;
  border-radius: 32px;
  display: block;
  width: 100%;
  object-fit: cover;
}
.testimonial-section .testimonial .detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-section .testimonial .detail h4 {
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
  margin: 0 0 8px;
}
.testimonial-section .testimonial .detail p {
  margin: 0 0 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #475467;
}
.testimonial-section .testimonial .detail .testimonial-btn {
  border-radius: 16px;
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 4px;
  border: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.testimonial-section .testimonial .detail .testimonial-icon {
  width: 12px;
  height: 12px;
  display: block;
}
.testimonial-section .testimonial .detail .testimonial-icon img {
  vertical-align: top;
}
.testimonial-section .testimonial .description {
  padding: 24px 40px;
}
.testimonial-section .testimonial .description p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #101828;
}

@media (max-width: 991px) {
  .testimonial-section {
    padding-bottom: 40px;
  }
  .testimonial-section .title {
    padding-bottom: 16px;
  }
  .testimonial-section .title h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .testimonial-section .testimonial .box {
    flex-direction: column-reverse;
    display: flex;
    width: 100%;
    flex: auto;
  }
  .testimonial-section .testimonial .image-box {
    gap: 8px;
    padding: 16px;
  }
  .testimonial-section .testimonial .detail {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .testimonial-section .testimonial .detail h4 {
    font-size: 14px;!;
    line-height: 20px;!;
  }
  .testimonial-section .testimonial .detail .testimonial-btn {
    font-size: 10px;!;
    line-height: 16px;!;
  }
  .testimonial-section .testimonial .description {
    padding: 16px 24px;
  }
  .testimonial-section .testimonial .description p {
    margin: 0;
    font-size: 14px;!;
    line-height: 20px;!;
  }
}
