.footer {
  background-color: #393c43;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 5rem 0;
}
.footer .row:first-of-type {
  color: #ffffff;
  margin-bottom: 3rem;
}
.footer .row:first-of-type .logo a {
  color: #ffffff;
  text-decoration: none;
}
.footer .social-media i {
  color: #d7d8d9;
  width: 40px;
  height: 40px;
  text-align: center;
  border: #d7d8d9 1px solid;
  border-radius: 10px;
  font-size: 20px;
  line-height: 40px;
}
.footer .social-media {
  margin-bottom: 3rem;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul li.title {
  color: #d7d8d9;
  margin-bottom: 10px;
  font-weight: 700;
}
.footer ul li a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.footer .links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  width: 200px;
  text-decoration: none;
  background-color: #111214;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 1rem;
  color: #d7d8d9;
  font-size: 17px;
}
.footer .links a i {
  font-size: 13px;
}
@media (min-width: 768px) {
  .footer .links a {
    margin: unset;
    margin-bottom: 1rem;
  }
}
