#kontakt .contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 8px;
}

#kontakt .contacts li {
  background: url(/images/web.png) left top no-repeat;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  list-style: none;
  margin: 20px 0;
  padding: 0 8px 0 80px;
  text-align: center;
  vertical-align: top;
}

#kontakt .banner {
  margin: 24px -20px;
}
