footer {
  color: #fff;
}

h4 {
  font-size: 24px;
  text-align: left;
}

ul {
  list-style-type: none;
}

ul li a {
  color: white;
}

.container > div {
    min-width: 200px;
}

@media (max-width: 895px) {
  .container {
    justify-content: flex-start;
  }
}
