.under-hero-block {
  max-width: 1512px;
  margin: 0 auto;
  padding: 3.4rem 0 2.85rem 0;
}

.under-hero-block h2 {
  width: 85%;
  font-family: var(--wp--preset--font-family--lexenddeca);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.under-hero-block p {
  width: 85%;
  font-family: var(--wp--preset--font-family--inter);
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.4;
}

@media(min-width: 781px) {
  .under-hero-block {
    padding: 3.125rem 0 3.75rem 0;
  }
  
  .under-hero-block h2 {
    width: 33%;
    font-family: var(--wp--preset--font-family--lexenddeca);
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 1.27;
    text-transform: uppercase;
  }
  
  .under-hero-block p {
    width: 33%;
  }
 }