.contact-info { background: var(--section-bg); padding: var(--section-padding);}
.contact-info .item {max-width: 16.875em; margin-bottom: 2em;}
.contact-info p {margin: 0; line-height: 1.4em;}
.contact-info p a {text-decoration: underline;}

.contact-info p strong {font-size: 1.125em;}
.contact-info p:first-of-type {margin-bottom: 1.5em;}

@media all and (max-width: 1200px) {
  .contact-info .item {width: 50%; max-width: calc(50% - 2em);}
}

@media all and (max-width: 900px) {
  .contact-info .item {max-width: unset; width: 100%;}
  .contact-info p:first-of-type {margin-bottom: 1em;}

}