#footer-references {
  padding-block: 48px;
  position: relative;
  background-color: #FFFFFF;
}
@media (max-width: 991.98px) {
  #footer-references .container {
    padding-inline: 0;
  }
}
#footer-references img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #footer-references::before {
    content: "";
    width: 85px;
    position: absolute;
    height: 100%;
    flex-shrink: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
}
@media (max-width: 991.98px) {
  #footer-references::after {
    content: "";
    width: 85px;
    position: absolute;
    height: 100%;
    flex-shrink: 0;
    top: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
}
