/* Base: desktop and larger */
.lp-header {
  background-size: cover;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.lp-header__text {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
}

.lp-header__text p {
  margin: 0;
}

/* Large desktops and below (<1200px) */
@media (max-width: 1199.98px) {
  .lp-header {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lp-header__text {
    font-size: 2.5rem;
  }
}

/* Medium desktops and below (<992px) */
@media (max-width: 991.98px) {
  .lp-header {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lp-header__text {
    font-size: 2.25rem;
  }
}

/* Tablets and below (<768px) */
@media (max-width: 767.98px) {
  .lp-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-header__text {
    font-size: 1.75rem;
  }
}

/* Phones and below (<576px) */
@media (max-width: 575.98px) {
  .lp-header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lp-header__text {
    font-size: 1.5rem;
  }
}
