footer.footer {
  background: #1D1F1D;
  color: white;
  position: relative;
  top: 1px;
  padding: 50px 0 0 0 !important;
}

footer.footer h2 {
  margin-bottom: 30px;
}

footer.footer p {
  font-size: 1rem;
  margin-bottom: 20px;
}

footer.footer .items-social .item-social:not(:first-child) img {
  margin-left: 20px;
}

footer.footer .items-social .item-social img {
  height: 20px;
}

footer.footer .bottom-line {
  margin-top: 50px;
  border-top: 3px solid #616060;
  padding: 15px 0;
}

footer.footer .sites-list {
  list-style-image: url('../../images/Ellipse.png');
  list-style-position: inside;
}

footer.footer .sites-list a {
  color: white;
  font-size: 1rem;
  padding-left: 10px;
}

footer.footer .sites-list li:not(:first-child) {
  margin-top: 20px;
}
