.contact {
  position: relative;
  min-height: 138px;
  padding-left: 190px;
}

.contact-staff {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 150px;
  height: 165px;
  object-fit: contain;
  object-position: center bottom;
}

.contact > a {
  flex: 0 0 300px;
  min-width: 300px;
  padding: 17px 32px;
  border-width: 4px;
  font-size: 22px;
}

@media (min-width: 561px) and (max-width: 900px) {
  .contact {
    min-height: 96px;
    padding-left: 118px;
  }

  .contact-staff {
    left: 10px;
    width: 98px;
    height: 116px;
  }

  .contact > a {
    flex-basis: 220px;
    min-width: 220px;
    padding: 11px 24px;
    border-width: 3px;
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .contact {
    padding-left: 100px;
  }

  .contact-staff {
    left: 6px;
    width: 82px;
    height: 104px;
  }

  .contact > a {
    min-width: 0;
    width: 100%;
  }
}

/* Round badges for the four process steps. */
.step > span {
  display: grid;
  width: 22px;
  height: 22px;
  padding: 0;
  place-items: center;
  border-radius: 50%;
  line-height: 1;
}

.step > h3 {
  height: 32px;
  overflow: hidden;
  margin-left: 30px;
  padding-left: 0;
}

.step > b {
  display: block;
  height: 34px;
  margin-top: 3px;
  line-height: 34px;
}

.footer-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  background: #e98300;
}

.footer-menu .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 11px 16px;
}

.footer-menu a {
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.footer-menu a:last-child {
  border-right: 0;
}

.hero-inner {
  padding-top: 6px;
}

@media (min-width: 561px) and (max-width: 900px) {
  .hero-inner {
    padding-top: 8px;
  }
}

/* Align the three columns in the sample report rows. */
.report-list p {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  column-gap: 4px;
}

.report-list i {
  display: block;
  width: 18px;
  text-align: center;
}

.report-list b {
  text-align: left;
}

@media (max-width: 560px) {
  .footer-menu .container {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .footer-menu a {
    padding: 0 10px;
    font-size: 11px;
  }
}
