.contact-info-header .about-info-header-row:nth-child(1) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-top: 12em;
}

@media (max-width: 900px) {
  .contact-info-header .about-info-header-row:nth-child(1) {
    padding-top: 14em;
  }
}
