.contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact_item {
  flex: 0 1 49%;
  align-content: center;
}
