 footer {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactWrapper {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

.contactItem {
  text-align: center;
  padding: 10px 15px;
}

@media only screen and (max-width: 420px) {
  .contactWrapper {
    flex-direction: column;
    width: 100%;
  }
}
