:root {
  --heading-color: #0A2A40;
  --para-color: #646464;
  --textover-color: #00A0F9;
  --bg-alt: #F5FBFE;
  --white: #fff;
  --black: #000;
  --anchor-color: #2EB7E5;
  --footer-border-color: #DADADA;
  --upper-nav-bg: #003A5A;
  --dropdown-border-color: #F2F2F2;
  --sml-menu-border-color: #EAEAEA ;
}

.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 {
  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;
}
.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;
  }
}