@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

.review_header_banner_img {
  background-blend-mode: overlay;
  background-color: #353535;
  width: 100%;
  height: 300px;
  background-image: url(../images/top-banner-3.jpeg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: white;
}

.review_overlay_text h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 50px;
  color: #ffffff !important;
  line-height: 1.6em;
  text-align: center;
  font-family: "Oswald", sans-serif;
}

.review_overlay_text p {
  font-weight: 500;
  font-size: 20px;
  padding: 0 8%;
}

.star_section {
  background-color: #f4f4f4;
  padding: 4% 0;
}
.excellent {
  font-size: 40px;
  font-weight: 700;
}
.star_section div h4 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.star_section div h4 img {
  margin-top: -20px;
}
.star_section div span {
  font-weight: 700;
  font-size: 20px;
  margin-left: 100px;
}

.start_rate_div {
  width: 48%;
}

.review_img_div {
  width: 100%;
}

.review_img_div img {
  width: 48%;
}

.customer-ratings {
  margin-top: 3em;
}

.customer-ratings .visible-xs {
  display: none;
}

@media only screen and (max-width: 767px) {
  .review_overlay_text h1 {
    font-size: 26px;
  }
  .review_overlay_text p {
    font-size: 16px;
    padding: 0 0;
  }
  .mobile_col {
    flex-direction: column !important;
    text-align: center;
    gap: 20px;
  }
  .excellent {
    font-size: 30px;
  }
  .star_section div h4 {
    font-size: 30px;
  }
  .review_img_div {
    flex-direction: column;
    gap: 0 !important;
  }
  .review_img_div img {
    width: 100%;
    margin-bottom: 20px;
  }
  .start_rate_div {
    width: 100%;
  }
  .customer-ratings {
    margin-top: 1em;
  }
  .customer-ratings .visible-xs {
    display: block;
  }
  .customer-ratings .hidden-xs {
    display: none;
  }
}
