html {
  font-size: 62.5%;
}
.review-block {
  margin: 0px auto;
}
.rw-container {
  background-color: var(--soft-grey);
  max-width: 150.4rem;
  display: flex;
  margin: 0rem auto;
  box-shadow: 0px 20px 20px -10px rgb(101 110 135 / 40%);
  border-radius: 1.6rem;
  padding: 4.9rem 5.8rem;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
    z-index: 0;
}
.rw-container-blue {
  background-color: #4C75E6;
  max-width: 150.4rem;
  display: flex;
  margin: 0rem auto;
  box-shadow: 0px 20px 20px -10px rgb(101 110 135 / 40%);
  border-radius: 1.6rem;
  padding: 4.9rem 5.8rem;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
    z-index: 0;
}
.rw-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 20%;
  text-decoration: none;
}
.rw-item__img {
  height: 14rem;
  width: 32.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3rem;
  mix-blend-mode: luminosity;
  text-decoration: none;
}
.rw-item__review-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #4C75E6;
  max-width: 22rem;
  margin: 0 auto;
  letter-spacing: 0.7px;
  padding-bottom: 41px;
  position: relative;
  min-height: 132px;
}
.rw-item__review-text::before {
  position: absolute;
  top: -2px;
  left: -22px;
  content: url(/wp-content/themes/mightycall2021/img/front-page/reviews/open-quote.png);
  width: 30px;
  height: 21px;
}
.rw-item__review-text::after {
  position: absolute;
  bottom: 43px;
  right: -11px;
  content: url(/wp-content/themes/mightycall2021/img/front-page/reviews/close-quote.png);
  width: 30px;
  height: 21px;
}
.rw-item-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #4C75E6;
  margin-top: 0.8rem;
}
.rw-item-text-white {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-top: 0.8rem;
}
@media (max-width: 1600px) {
  .rw-container {
    max-width: 138.4rem;
  }
  .rw-item__review-text::before {
    top: -2px;
    left: -20px;
  }
  .rw-item__review-text::after {
    bottom: 43px;
    right: -30px;
  }

}
@media (max-width: 1450px) {
  .rw-container {
    max-width: 119.2rem;
  }
  .rw-item__img {
    width: auto;
  }
}
@media (max-width: 1280px) {
  .rw-container {
    max-width: 100%;
    border-radius: unset;
    flex-wrap: wrap;
  }
}
@media (max-width: 1000px) {
  .rw-item {
    flex-basis: 49%;
  }
}
@media (max-width: 640px) {
  .rw-container {
    justify-content: center;
  }
  .rw-item {
    flex-basis: 99%;
  }
}
