/* Whole-page mobile refinements layered over the compiled site styles. */

.cta-btn {
  display: inline-flex;
  min-height: 4.4rem;
  align-items: center;
  justify-content: center;
}

#contact .contact-wrapper__text a {
  display: inline-flex;
  min-height: 4.4rem;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (min-width: 48em) {
  #about .about-wrapper > .align-self-start {
    align-self: stretch !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 47.999em) {
  #about .social-links {
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 37.5em) {
  #contact {
    padding: 10rem 1.6rem;
  }

  #contact .contact-wrapper__text p {
    margin-bottom: 1.2rem;
  }

  #contact .contact-wrapper__text a {
    width: 100%;
    min-height: 4.4rem;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0;
    font-size: clamp(1.65rem, 5.5vw, 2.1rem);
    line-height: 1.35;
  }
}
