.container-footer {
  background-color: #1c1c1c;
}
.container-footer h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-brand-logo {
  width: 18rem;
  height: auto;
}
.footer-decor {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.footer-social-link {
  display: inline-block;
  border-radius: 0.2rem;
  padding: 0.5rem;
  background-color: #ebebeb;
  transition: background-color 0.3s ease-out;
}
.footer-social-icon {
  width: 24px;
  height: auto;
  border-radius: 100%;
}
.footer-social-link:hover,
.footer-social-link:focus {
  background-color: #fbf4c8;
}
@media (max-width: 767.98px) {
  .footer-brand-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
