.contact {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.dl-row dt {
  width: 96px;
}

