.footer {
  background-color: #453f3f;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-block {
  flex: auto;
  padding: 24px;
  text-align: left;
}

.footer-block li {
  padding-bottom: 12px;
}

.footer-block__heading {
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-block__item a:hover {
  color: #cccccc;
  text-decoration: underline;
}
