.algert-logo-block-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0.625em;
}
.algert-logo-block-widget a {
  border-radius: var(--border-radius-cards);
  text-align: center;
}
.algert-logo-block-widget a img {
  width: auto;
  object-fit: contain;
}
.algert-logo-block-widget--carousel img {
  width: auto;
  min-width: 50px;
  min-height: 24px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .algert-logo-block-widget--carousel img {
    min-width: unset;
    min-height: unset;
  }
}
.algert-logo-block-widget--carousel .swiper {
  width: 100%;
  height: 100%;
}
.algert-logo-block-widget--carousel .swiper > .swiper-wrapper {
  transition-timing-function: linear;
}
.algert-logo-block-widget--carousel .swiper .swiper-slide {
  width: auto !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
