.reviews-wrap {
  padding: 30px 20px;
}
.reviews-wrap > div {
  margin: 0 auto;
  max-width: 100%;
}
body .s3-cookie-message-wrap {
  left: 10px;
  right: 10px;
  bottom: 10px;
  justify-content: flex-start;
  z-index: 9999000000000;
}
body .s3-cookie-message {
  width: 500px;
  max-width: 100%;
  margin: 0;
  padding: 10px;
}
body .s3-cookie-message .g-button {
  transition: all 0.3s ease;
  background-color: #ff5c3f;
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 166, 108, 0.81) 100%);
  border: 0;
  font-weight: normal;
  font-family: Rubik, sans-serif;
}
body .s3-cookie-message .g-button:hover {
  box-shadow: 4px 4px 0px 1px #da6c55;
}
body .s3-cookie-message .g-button:active {
  background-color: #d6022f;
  box-shadow: none;
}
body .s3-cookie-message .s3-cookie-message__text {
  font-size: 13px;
  line-height: 1.3;
  font-family: Rubik, sans-serif;
}
