.customer-review-section .section-title {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.customer-review-section .crsw-each {
  background: #fff;
  border-radius: 25px;
  padding: 24px 20px;
}
.customer-review-section .crsw-each .quote-image {
  border-radius: 0;
  margin-bottom: 20px;
}
.customer-review-section .crsw-each h3 {
  margin-bottom: 24px;
}
.customer-review-section .crsw-each p {
  margin-bottom: 24px;
}
.customer-review-section .crsw-each .review-writer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.customer-review-section .crsw-each .review-writer .image-wrapper {
  display: inline-block;
}
.customer-review-section .crsw-each .review-writer .image-wrapper img {
  border-radius: 50%;
}
.customer-review-section .crsw-each .review-writer .person-name-wrapper p {
  font-size: 18px;
  line-height: 26.01px;
  margin-bottom: 0;
  color: var(--heading-color);
}
.customer-review-section .arrow-container img {
  cursor: pointer;
  border-radius: 0;
}
.customer-review-section .arrow-container .first-slider-arrow {
  transform: scaleX(-1);
}

@media (min-width: 766px) {
  .customer-review-section .crsw-each {
    margin-left: 6px;
    margin-right: 6px;
  }
  .customer-review-section .slick-list {
    margin: 0 -6px;
  }
}
@media (min-width: 992px) {
  .customer-review-section .crsw-each {
    margin-left: 16px;
    margin-right: 16px;
  }
  .customer-review-section .slick-list {
    margin: 0 -16px;
  }
}