.home-background-section {
  position: relative;
  min-height: calc(100vh - 5rem);
  background-image: url('../img/hero-bg.jpg');
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: space-between; */
  color: white;
  text-align: center;
  padding: 14rem 0 5rem;
  margin-bottom: 5rem;
}
.home-background-section + .page-content {
  margin-bottom: 0;
}
.home-background-section-title {
  font-family: "MontserratBold";
  font-size: 2.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px #000000;
  text-transform: uppercase;
}
.reviews-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #f1f3f4;
  padding: 3.125rem 0;
}
.reviews-card {
  text-align: center;
  padding: 1.25rem;
}
.reviews-card-stars-container {
  margin-bottom: 1rem;
}
#reviews-slider .reviews-card-stars-container-img {
  width: 1.5rem;
  display: inline-block;
}
#reviews-slider .owl-nav button {
  font-size: 5rem;
}
#reviews-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
}
#reviews-slider .owl-next {
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}
#reviews-slider .owl-dots {
  text-align: center;
  margin-top: 1rem;
}
#reviews-slider .owl-dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 0.25rem;
}
#reviews-slider .owl-dot.active {
  background-color: #001175;
}
/* Extra large devices (large desktops, less than 1400px) */
@media screen and (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
/* Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991.98px) {
  .home-background-section-title {
    font-size: 2rem;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) {
}
