#review-pg-hero-banner .review-pg-links {
  margin-top: -90px;
  position: relative;
  z-index: 10;
  font-family: "MagistralWebBook", serif;
  font-size: 24px;
}
#review-pg-hero-banner .big-stars {
  font-size: 48px;
  color: #76B655;
}
#review-pg-hero-banner .masonry-wrapper {
  column-count: 3;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
}
#review-pg-hero-banner .masonry-wrapper .masonry-item {
  -webkit-column-break-inside: avoid;
}
#review-pg-hero-banner .masonry-wrapper .masonry-item .star-off {
  font-size: 27px;
}
#review-pg-hero-banner .masonry-wrapper .masonry-item .star-on {
  font-size: 27px;
  color: #76B655;
}
#review-pg-hero-banner .masonry-wrapper .masonry-item .quote {
  font-style: italic;
}
#review-pg-hero-banner .masonry-wrapper .masonry-item .name {
  font-style: italic;
}
#review-pg-hero-banner .hero {
  position: relative;
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: end;
  padding: 60px 0;
  box-sizing: border-box;
  background-color: #fff;
}
#review-pg-hero-banner .hero:before {
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%; /* Adjust the width of the overlay */
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 120px, rgba(255, 255, 255, 0) 120px), radial-gradient(ellipse farthest-corner at 120px center, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 55%); /* Radial gradient to create an oval fade effect */
  background-position: left center; /* Center the gradient on the left */
  background-size: 100% 350%; /* Extend the gradient beyond the height */
  pointer-events: none; /* Ensures the overlay doesn't block clicks */
}
#review-pg-hero-banner .hero:after {
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%; /* Adjust the width of the overlay */
  height: 100%;
  background: linear-gradient(104.19deg, rgba(255, 208, 1, 0) 51.91%, #FFD001 183.42%);
  pointer-events: none; /* Ensures the overlay doesn't block clicks */
}
#review-pg-hero-banner .hero.hero-large {
  height: 80vh;
}
#review-pg-hero-banner .hero.hero-medium {
  height: 60vh;
}
#review-pg-hero-banner .hero.hero-small {
  height: 40vh;
}
#review-pg-hero-banner .hero .hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-position: calc(50% + 120px) 50%; /* Adjust this value */
  background-size: cover;
}
#review-pg-hero-banner .hero .hero-content {
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  z-index: 10;
}
#review-pg-hero-banner .hero .hero-content h1 {
  font-size: 88px;
  line-height: 54px;
}
@media (max-width: 767.98px) {
  #review-pg-hero-banner .review-pg-links {
    margin-top: -48px;
  }
  #review-pg-hero-banner .masonry-wrapper {
    column-count: 2;
  }
  #review-pg-hero-banner .hero {
    position: relative;
    height: 70vh;
    width: 100%;
    display: flex;
    align-items: end !important;
    padding: 60px 0;
    box-sizing: border-box;
  }
  #review-pg-hero-banner .hero .container {
    padding-bottom: 25px;
  }
  #review-pg-hero-banner .hero:before {
    z-index: 5;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Adjust the width of the overlay */
    height: 100%;
    background: linear-gradient(to top right, white 0%, white 15%, transparent 70%);
    background-position: left bottom; /* Center the gradient on the left */
    background-size: 100% 100%; /* Extend the gradient beyond the height */
    pointer-events: none; /* Ensures the overlay doesn't block clicks */
  }
  #review-pg-hero-banner .hero:after {
    z-index: 5;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%; /* Adjust the width of the overlay */
    height: 100%;
    background: linear-gradient(104.19deg, rgba(255, 208, 1, 0) 40.91%, #FFD001 157.42%);
    pointer-events: none; /* Ensures the overlay doesn't block clicks */
  }
  #review-pg-hero-banner .hero.hero-large {
    height: 60vh;
  }
  #review-pg-hero-banner .hero.hero-medium {
    height: 50vh;
  }
  #review-pg-hero-banner .hero.hero-small {
    height: 40vh;
  }
  #review-pg-hero-banner .hero .hero-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background-position: 50% 50%; /* Adjust this value */
    background-size: cover;
  }
  #review-pg-hero-banner .hero .hero-content {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    z-index: 10;
    padding-left: 10px;
  }
  #review-pg-hero-banner .hero .hero-content h1 {
    font-size: 72px;
  }
  #review-pg-hero-banner .hero .hero-content p {
    font-family: "MagistralWebBook", serif;
    font-weight: 600;
    font-size: 24px;
  }
  #review-pg-hero-banner .hero .hero-content .buttons-container .btn:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  #review-pg-hero-banner .review-pg-links {
    margin-top: -16px;
  }
  #review-pg-hero-banner .masonry-wrapper {
    column-count: 1;
  }
  #review-pg-hero-banner .hero {
    position: relative;
    top: 24px;
    height: 70vh;
    width: 100%;
    display: flex;
    align-items: end !important;
    padding: 60px 0;
    box-sizing: border-box;
  }
  #review-pg-hero-banner .hero .container {
    padding-bottom: 25px;
  }
  #review-pg-hero-banner .hero:before {
    z-index: 5;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Adjust the width of the overlay */
    height: 100%;
    background: linear-gradient(to top right, white 0%, white 15%, transparent 70%);
    background-position: left bottom; /* Center the gradient on the left */
    background-size: 100% 100%; /* Extend the gradient beyond the height */
    pointer-events: none; /* Ensures the overlay doesn't block clicks */
  }
  #review-pg-hero-banner .hero:after {
    z-index: 5;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%; /* Adjust the width of the overlay */
    height: 100%;
    background: linear-gradient(104.19deg, rgba(255, 208, 1, 0) 40.91%, #FFD001 157.42%);
    pointer-events: none; /* Ensures the overlay doesn't block clicks */
  }
  #review-pg-hero-banner .hero.hero-large {
    height: 60vh;
  }
  #review-pg-hero-banner .hero.hero-medium {
    height: 50vh;
  }
  #review-pg-hero-banner .hero.hero-small {
    height: 40vh;
  }
  #review-pg-hero-banner .hero .hero-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background-position: 50% 50%; /* Adjust this value */
    background-size: cover;
  }
  #review-pg-hero-banner .hero .hero-content {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    z-index: 10;
    padding-left: 0px;
  }
  #review-pg-hero-banner .hero .hero-content h1 {
    font-size: 72px;
  }
  #review-pg-hero-banner .hero .hero-content p {
    font-family: "MagistralWebBook", serif;
    font-weight: 600;
    font-size: 24px;
  }
  #review-pg-hero-banner .hero .hero-content .buttons-container .btn:first-of-type {
    margin-left: 0;
  }
}