.footer-wrapper {
  margin-top: 60px;
}

.footer-wrapper a {
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #787a7c;
}

.footer-wrapper ul {
  padding-left: 0;
}

.footer-wrapper ul li {
  list-style: none;
}

.footer-wrapper ul li:first-of-type {
  margin-bottom: 13px;
}

.footer-wrapper ul li:first-of-type a {
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    font-size: 14px;
    text-align: center;
    color: #787a7c;
    text-transform: uppercase;
}

.footer-wrapper .footer-top {
  padding: 30px;
}

.footer-wrapper .footer-bottom {
  color: #787a7c;
  padding-top: 18px;
}

.footer-wrapper .footer-bottom a{
  color: #787a7c;
}

@media (max-width: 768px) {
  .footer-wrapper {
      background-color: white;
  }

  .footer-wrapper .footer-bottom .col-md-2 {
      font-style: normal;
      font-weight: 300;
      line-height: 42px;
      font-size: 18px;
      color: #585855;
  }

  .footer-wrapper .footer-bottom .col-md-2:not(:last-of-type) {
      border-bottom: 1px solid #ECF0F1;
  }
}