.footer-section {
  background: var(--e-global-color-dark-blue);
  padding: 50px 0;
  position: relative;
}

.footer-bar {
  background: var(--e-global-color-dark-blue);
  padding: 50px 0 20px;
  position: relative;
}

.footer-section .foot-text {
  font-weight: 400;
  color: #fff;
  margin-bottom: 4px;
}

.footer-section .navbar-brand-footer img {
  width: 80px;
}



.social-list .list-item a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #fff;
}

.social-list .list-item a:hover {
  background-color: red;
  border-color: red;
}

.social-list .list-item a:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  .footer-section {
    padding: 20px 0;
  }
}
