/* Page-specific styles for contact-us/index.html */

.page-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 563px;
  padding: 320px 30px 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-hero__banner {
  background: rgba(236, 32, 40, 0.82);
  padding: 18px 40px;
  text-align: center;
  max-width: 528px;
  width: 100%;
}

.page-hero__banner h1 {
  margin: 0;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  color: var(--color-white);
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.contact-info {
  padding: 30px;
}

.contact-info h6 {
  margin: 0 0 12.5px;
  color: var(--color-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-info p {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

@media (max-width: 800px) {
  .page-hero {
    height: auto;
    padding: 60px 30px;
  }
}
