footer .footer-widgets {
  background-color: #404041;
  padding: 20px 0;
}
@media only screen and (max-width: 991px) {
  footer .footer-widgets .footer-widget {
    text-align: center;
  }
}
footer .footer-widgets .footer-widget h3 {
  color: white;
}
footer .footer-widgets .footer-widget img {
  width: 100%;
  margin: 0 15px 15px;
}
footer .footer-widgets .footer-widget ul {
  padding: 0;
  list-style: none;
  line-height: 1.3;
}
footer .footer-widgets .footer-widget ul li {
  margin-top: 5px;
  display: block;
}
footer .footer-widgets .footer-widget ul li a {
  color: whitesmoke;
}
footer .footer-copyright {
  background-color: #383838;
  padding: 12px 0;
}
footer .footer-copyright p {
  color: whitesmoke;
}
footer .footer-copyright .copyright-social {
  text-align: right;
}
footer .footer-copyright .copyright-social ul {
  list-style: none;
  padding: 0;
}
footer .footer-copyright .copyright-social ul li {
  display: inline-block;
  margin: 0 5px;
}
footer .footer-copyright .copyright-social ul li .fab {
  color: white;
}
