.logo-bar-section .logo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.625rem;
  margin: 0 auto;
  overflow-x: auto;
}
@media screen and (max-width: 999px) {
  .logo-bar-section .logo-bar {
    justify-content: space-evenly;
    gap: 1rem;
  }
}

.logo-bar-section .logo-bar__item > svg, 
.logo-bar-section .logo-bar__item > img {
  height: auto; 
  width: 100%; 
  display: block;
}
