footer {
  background-image: url('../../assets/img/footer-bg.jpg?h=e8fa60e6f56bf44f09cd1fd45891a76f');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.social A {
  font-size: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

footer A {
  color: #afafaf;
  text-decoration: none;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
}

.footer-dark .item:not(.social) {
  padding: 10px 10px 0;
}

.footer-dark .copyright img {
  width: 25px;
  height: auto;
  vertical-align: bottom;
}

.footer-dark .copyright p {
  text-align: center;
  margin-bottom: 0;
}

.footer-dark .item:not(.social) i {
  margin-right: 6px;
}

.fej-tablet {
  width: 330px;
}

@media (min-width: 576px) {
  .fej-tablet {
    width: 100%;
  }
}

