.contact-info {
  background: #E9E9E6;
  padding: 30px;
  margin: 0 0 30px 0;
}
.contact-info h3 {
  font-family: var(--font-family-sub-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 24px 0;
}
.contact-info strong.title {
  font-family: var(--font-family-sub-heading);
  font-style: normal;
  font-weight: 400;
}
.contact-form ul li {
  margin: 15px 0;
}