.customer-reviews{
  background-color: var(--dark-blue);
}

.container--customer-reviews{
  position: relative;
  padding-bottom: 44px;
}

.customer-reviews__link{
  font-weight: 500;
  font-size: clamp(1.25rem, 1vw + 0.795rem, 1.5rem);
  line-height: 1.4;
  text-align: center;
  color: var(--white);
}

.customer-reviews__link a{
  color: var(--orange);
  transition: .3s;
}

@media(hover: hover){
  .customer-reviews__link a:hover{
    opacity: 0.7;
  }
}

@media(max-width: 759px){
  .container--customer-reviews {
    padding-bottom: 32px;
}
}
