.section.section--customer-reviews {
  padding-top: 130px;
}

.container__customer-reviews {
  position: relative; 
  text-align: center;
}

.customer-reviews__carousel  .slick-slide {
  margin: 0 10px;
}

.customer-review {
  background: #FEF6E9;
  border-radius: 20px;
/*   margin: 0 10px; */
  padding: 35px 25px;
  text-align: left;
}

.customer-review h2 {
  margin: 0;
  font-family: freight-sans-pro;
  font-size: 32px;
}

.customer-review span {
  font-size: 12px;
}

.customer-reviews__average-rating {
  background: #EF7B49;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 20px;
  width: 180px;
  height: 180px;
}

@media (min-width: 992px) {
 .customer-reviews__average-rating {
     position: absolute;
      top: -50px;
      right: 100px;
     z-index: -1;
  }
}

.customer-reviews__average-rating > * {
  margin: 0;
}

.customer-reviews__average-rating h2 {
  font-size: 42px;
}

.customer-reviews__average-rating p {
  font-family: freight-text-pro,serif;
}

.customer-reviews__average-rating svg {
  margin: 0 -2px;
}

.customer-review__rating {
  margin-top: 10px;
}

.customer-reviews-cta {
  text-align: center;
}



/* //// CAROUSEL //// */

.slick-carousel {
  margin: 30px auto;
  width: 80vw;
  max-width: 1000px;
}

@media (min-width: 992px) {
  .slick-carousel {
    margin: 70px auto 50px;
  } 
}

.slick-slide {
  width: calc(10% - 20px);
  min-width: 
  display: inline-block;
}

.slick-next {
    background: #00000000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(24.754 29.813) rotate(180)' fill='%233c3c3b'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.503px;
    height: 23.619px;
    display: none;
    border-radius: 50%;
    border: none;
    position: absolute;
    right: -5%;
    top: 50%;
    color: #fff;
    font-size: 0px;
    cursor: pointer;
}

.slick-prev {
    background: #00000000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)' fill='%233c3c3b'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.503px;
    height: 23.619px;
    display: none;
    border-radius: 50%;
    border: none;
    position: absolute;
    left: -5%;
    top: 50%;
    color: #fff;
    font-size: 0px;
    cursor: pointer;
}
/* Color of the arrows */
button.slick-next:before, button.slick-prev:before {
  color: blue;
}

.slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(24.754 29.813) rotate(180)' fill='%233c3c3b'/%3E%3C/svg%3E%0A");
}

.slick-prev:before {
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}