.footer {
  background-color: #1e1e1e;
  padding: 60px 0 60px;
  font-family: "Open Sans", sans-serif;
}

.footer-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer p {
  color: #ccc;
}
.footer h3 {
  color: #ccc;
}
.footer a {
  color: rgb(163, 182, 163);
}
.footer-1,
.footer-2,
.footer-3,
.footer-4 {
  width: 270px;
  margin-bottom: 30px;
}

.footer-1 .menu {
  display: block;
  background-color: #1e1e1e;
}

.footer-1 .menu a {
  display: block;
  padding: 11px 0px;
  border-bottom: 0.5px solid #333;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .footer-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: initial;
  }

  .footer-menu p {
    padding: 0 20px 10px 20px;
    text-align: left;
  }

  .footer-contact p {
    text-align: left;
  }

  .footer h4 {
    text-align: left;
  }
}

@media (min-width: 1200px) {
}
