#hero #tagline {
  width: 54.3%;
  min-width: 480px;
}

#hero #tagline p {
  margin-right: 50px;
  font-size: clamp(1rem, 3.8vw, 6rem);
  font-weight: 700;
}

article .inner h2 {
  font-size: clamp(2.4rem, 2.8vw, 4.6rem);
  font-weight: 600;
}

article .inner h3 {
  margin: 10px 0 0;
  font-weight: 700;
}

.wp-block-list {
  list-style-type: disc;
}

@media screen and (max-width: 425px) {
  #hero #tagline {
    width: 90%;
    min-width: 90%;
  }

  #hero #tagline p {
    margin-right: 20px;
    font-size: 6vw;
  }
}
