.testimonial-section {
  background-color: #fff;
  padding: 60px 20px
}

.testimonial-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 auto;
  max-width: 1360px
}

.testimonial-image {
  flex: 1;
  min-width: 300px
}

.testimonial-image img {
  height: auto;
  width: 100%
}

.testimonial-content {
  flex: 1;
  min-width: 300px
}

.testimonial-content h5 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px
}

.testimonial-content h2 {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 60px;
  max-width: 514px
}

.testimonial-box {
  background-color: #f5f5f5;
  background-image: url(marble-bg.jpg);
  border-radius: 0;
  color: #111;
  font-size: 16px;
  margin-top: 60px;
  min-height: 357px;
  padding: 34px 40px 32px 0;
  position: relative;
  max-width: 870px;
  margin-left: -270px;
  margin-right: 96px;
}

.testimonial-box-inner {
  padding-left: 54px;
  border-left: 5px solid #BF771C;
}

.quote-icon {
  color: #d59b30;
  /* font-size:40px; */
  left: 20px;
  /* position:absolute; */
  top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
}

.testimonial-box p {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 42px 0 20px;
  max-width: 601px;
}

.testimonial-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  padding-bottom: 14px;
}

.testimonial-footer strong {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.stars {
  color: #b87d12;
  font-size: 25px;
  display: flex;
  gap: 10px;
}


.testimonial-box  ul.slick-dots {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  gap: 2.37px;
  margin: 0;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
}

.testimonial-box ul.slick-dots li button {
  display: none;
}

.testimonial-box ul.slick-dots li {
  width: 20px;
  height: 7px;
  /* Rectangle 196 */
  background: rgba(0, 0, 0, 0.4);
  border-radius: 42px;
}

.testimonial-box ul.slick-dots li.slick-active {
  width: 27.69px;
  background-color: #000000;
}

@media (max-width: 768px) {
  .testimonial-container {
    /*     flex-direction:column; */
    text-align: center
  }

  .testimonial-footer {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
  }

  .quote-icon {
    left: 10px;
    top: 10px
  }

  .testimonial-box {
    padding: 20px
  }

  .testimonial-content h2 {
    font-size: 24px
  }

  .testimonial-box {
    margin-left: 0;
    margin-right: 0;
    padding: 13px 0;
    min-height: 147px;
    margin-top: 0;
  }

  .testimonial-box-inner {
    padding-left: 20px;
    border-left: 2px solid #bf771c;
    padding-right: 20.34px;
  }

  .testimonial-box p {
    font-size: 14px;
    line-height: 100%;
    margin: 10.55px 0 14px;
    text-align: left;
  }

  .testimonial-footer strong {
    font-size: 12px;
    line-height: 100%;
  }

  .testimonial-footer {
    margin-top: 14px;
    align-items: flex-start;
  }

  .quote-icon img {
    max-width: 34.6px;
  }

  .stars img {
    max-width: 8.97px !important;
    vertical-align: middle;
  }

  .testimonial-container {
    gap: 20.57px;
  }

  .testimonial-content h5 {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-content h2 {line-height: 100%;max-width: 294px;margin: 0 auto;}

  section.testimonial-section {
    position: relative;
    padding: 120px 13px 60px;
  }

  .testimonial-heading {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }

  .testimonial-image {
    width: 100%;

  }
