.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 90%;
  object-fit: contain;
}
.swiper-slide figcaption {
  width: 100%;
  height: auto;
  padding: 5px;
  font-size: 0.9rem;
  color: var(--highlight);
  border-bottom: 1px solid var(--secondary);
}

.national-portalSwiper
{
    width: 100%;
    height: fit-content;
}
.national-portalSwiper .swiper-wrapper .swiper-slide {
  width: 232px;
  height: fit-content;
}
.national-portalSwiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 55px !important;
  object-fit: contain;
}
