.eb-contact-shell {
  width: min(1040px, calc(100% - 32px));
  margin: 28px auto 70px;
  color: #102a43;
}

.eb-contact-shell * {
  box-sizing: border-box;
}

.eb-contact-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 230px;
  padding: 40px 44px;
  border-top: 5px solid #c8102e;
  background: #102a43;
  color: #fff;
}

.eb-contact-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #f4c44e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.eb-contact-eyebrow i {
  margin-right: 7px;
}

.eb-contact-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: 0;
}

.eb-contact-hero p {
  max-width: 650px;
  margin: 15px 0 0;
  color: #dce7f1;
  font-size: 16px;
  line-height: 1.6;
}

.eb-contact-hero-mark {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  font-size: 42px;
}

.eb-contact-direct {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #d9e2ec;
  border-top: 0;
  background: #fff;
}

.eb-contact-direct a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px 13px;
  min-height: 130px;
  padding: 24px;
  border-right: 1px solid #d9e2ec;
  color: #102a43;
  text-decoration: none;
  transition: background .16s ease;
}

.eb-contact-direct a:last-child {
  border-right: 0;
}

.eb-contact-direct a:hover {
  background: #f4f7fa;
}

.eb-contact-direct i {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: #eef3f8;
  color: #c8102e;
  font-size: 18px;
}

.eb-contact-direct a:last-child i {
  background: #eaf7ee;
  color: #168447;
}

.eb-contact-direct span {
  color: #718396;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.eb-contact-direct strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 15px;
}

@media (max-width: 760px) {
  .eb-contact-direct {
    grid-template-columns: 1fr;
  }

  .eb-contact-direct a {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid #d9e2ec;
  }

  .eb-contact-direct a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .eb-contact-shell {
    width: 100%;
    margin: 0 auto 50px;
  }

  .eb-contact-hero {
    min-height: 0;
    padding: 28px 18px;
  }

  .eb-contact-hero h1 {
    font-size: 37px;
  }

  .eb-contact-hero p {
    font-size: 14px;
  }

  .eb-contact-hero-mark {
    display: none;
  }

  .eb-contact-direct {
    border-right: 0;
    border-left: 0;
  }
}
