.contact {
  background: rgba(0, 0, 0, 0.5);
  color: #ffd;
  line-height: 1.5;
  padding: 7px;
}

.contact__list {
  align-content: space-around;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  list-style: none;
  max-width: 400px;
}

.contact__item {
  width: 190px;
}

.contact__item:nth-child(even) {
  padding-left: 15px;
}
/* Stylesheet: Contacts block Modified On 2021-07-31 00:28:57 */
