#hero {
  background-image: url("https://lh3.googleusercontent.com/p/AF1QipNCvrExtt06PVmu6n02Egk4PuitNgaJYQGK8ltx=s1280-p-no-v1");
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  inline-size: 100%;
  block-size: 85vh;
  margin: 0 auto;
  gap: 175px;
  color: #e5e5e5;
  padding-block: 0;
  padding-inline: 2em;
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 175px;
}

#redbull {
  background-image: url("./rb-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  block-size: 33.3vh;
  color: #132950;
}

#redbull h2 {
  font-size: 2.4rem;
}

#consultorio {
  background-color: #ffeaea;
}

.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.review-stars {
  color: rgb(237, 194, 0);
}

.review-text {
  font-size: 1.4rem;
}

.review-author {
  font-weight: 700;
}

@media only screen and (min-width: 720px) {
  #hero {
    flex-direction: row;
    justify-content: center;
    background-image: url("./hero-banner.png");
    background-color: transparent;
  }

  .hero-bg {
    block-size: 85vh;
  }

  .hero-text {
    gap: 100px;
  }

  .hero-gap {
    display: block;
    block-size: 85vh;
    inline-size: 50%;
  }

  .hero-text .btn {
    background-color: rgb(239, 239, 0);
    color: #132950;
  }

  .hero-text .btn:hover {
    background-color: rgb(185, 185, 0);
  }

  #redbull {
    background-size: 18%;
    margin-top: 50px;
  }

  #consultorio img {
    max-inline-size: 500px;
  }
}
