.menu-curs:hover {
  cursor: pointer;
}

.my-span::before {
  background-color: unset !important;
}

.img-partners {
  height: 90px;
  margin: 10px;
}

.footer-social-li {
  background-color: white;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-li i {
  font-size: 17px;
  color: black;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.footer-social-li:hover {
  opacity: .8 !important;
}