.companies-logos-swiper {
  overflow: visible;
}
.companies-logos-swiper .swiper-pagination {
  margin-bottom: -3rem;
  display: flex;
  justify-content: center;
}
.companies-logos-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #20386a;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  border: none;
  transition: background 0.2s, border 0.2s;
}
.companies-logos-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: #20386a 1px solid;
}

.company-logo-img {
  width: 160px;
  height: 60px;
  object-fit: contain;
  margin: 0 12px;
}

@media (max-width: 768px) {
  .logo-container {
    height: 1.8%;
    overflow: hidden;
  }
}