.em-services-nav {
  margin-top: 42px;
  padding: 34px 0 38px;
  border-top: 1px solid #dce1e8;
  background: #f6f7f9;
}

.em-services-nav h2 {
  margin: 0 0 22px;
  color: #292d33;
  font-size: 24px;
  line-height: 1.25;
}

.em-services-nav-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}

.em-services-nav-grid h3 {
  margin: 0 0 12px;
  color: #444950;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.em-services-nav-grid a {
  display: block;
  margin: 8px 0;
  color: #063f9f;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}

.em-services-nav-grid a:hover,
.em-services-nav-grid a:focus {
  color: #d79d00;
  text-decoration: underline;
}

.em-commercial-content {
  max-width: 1080px;
  margin: 44px auto 12px;
  color: #33383e;
  font-size: 16px;
  line-height: 1.65;
}

.em-commercial-content .em-commercial-lead {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.6;
}

.em-commercial-content h2 {
  margin: 34px 0 14px;
  color: #292d33;
  font-size: 24px;
  line-height: 1.3;
}

.em-commercial-content h3 {
  margin: 20px 0 8px;
  color: #363b42;
  font-size: 17px;
  line-height: 1.35;
}

.em-commercial-content ul,
.em-commercial-content ol {
  margin: 0;
  padding-left: 22px;
}

.em-commercial-content li {
  margin: 7px 0;
}

.em-commercial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 48px;
}

.em-commercial-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 14px;
}

.em-commercial-related a {
  color: #063f9f;
  font-weight: 600;
}

.em-commercial-cta {
  display: inline-block;
  margin-top: 22px;
  padding: 11px 18px;
  border-radius: 4px;
  background: #f2c400;
  color: #17376f;
  font-weight: 700;
  text-decoration: none;
}

.em-commercial-cta:hover,
.em-commercial-cta:focus {
  background: #dfb500;
  color: #102b59;
}

.em-home-commercial {
  margin-top: 46px;
  padding: 46px 0 50px;
  border-top: 1px solid #dce1e8;
  background: #fff;
  color: #33383e;
  font-size: 16px;
  line-height: 1.65;
}

.em-home-kicker {
  margin: 0 0 8px;
  color: #8b6500;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.em-home-commercial h2 {
  margin: 0 0 16px;
  color: #292d33;
  font-size: 28px;
  line-height: 1.3;
}

.em-home-commercial h3 {
  margin: 0 0 9px;
  color: #363b42;
  font-size: 18px;
  line-height: 1.35;
}

.em-home-lead {
  max-width: 960px;
  margin: 0 0 32px;
  font-size: 18px;
}

.em-home-directions,
.em-home-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 42px;
}

.em-home-directions {
  padding: 27px 0 32px;
  border-top: 1px solid #e5e8ed;
  border-bottom: 1px solid #e5e8ed;
}

.em-home-directions p,
.em-home-faq-grid p {
  margin: 0;
}

.em-home-commercial a:not(.em-commercial-cta) {
  color: #063f9f;
}

.em-home-process,
.em-home-faq {
  margin-top: 38px;
}

.em-home-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.em-home-process li {
  margin: 0;
}

.em-home-process strong {
  display: block;
  color: #292d33;
}

.em-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 32px;
}

.em-home-actions .em-commercial-cta {
  margin-top: 0;
}

.em-home-contact {
  font-weight: 700;
}

@media (max-width: 991px) {
  .em-services-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-home-directions,
  .em-home-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-home-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .em-services-nav {
    margin-top: 30px;
    padding: 28px 0 30px;
  }

  .em-services-nav-grid,
  .em-commercial-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .em-commercial-content {
    margin-top: 32px;
    font-size: 15px;
  }

  .em-commercial-content .em-commercial-lead {
    font-size: 16px;
  }

  .em-commercial-content h2 {
    font-size: 21px;
  }

  .em-home-commercial {
    margin-top: 32px;
    padding: 34px 0 38px;
    font-size: 15px;
  }

  .em-home-commercial h2 {
    font-size: 23px;
  }

  .em-home-lead {
    font-size: 16px;
  }

  .em-home-directions,
  .em-home-faq-grid,
  .em-home-process ol {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}
