.swiper {
        width: 100%;
        height: auto;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
      }

  .swiper-parent-container {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    }

.swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

.swiper-gallery {
      background-size: cover;
      background-position: center;
    }

.gallery-top {
      height: 80%;
      width: 100%;
      overflow-x: hidden;
    }

.gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

.gallery-thumbs .swiper-gallery {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

.gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }


.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e9ecef;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-colour);
}

.carouselSwiper,
.swiper-wrapper {
  width: 100%;
  height: auto !important;
}

.swiper.carouselSwiper p {
    font-size: 14px;
    font-weight: revert;
    text-align: start;
    color: #164040;
}


.swiper.carouselSwiper .swiper-slide {
    background-color: #fff;
    padding: 2%;
    border-radius: 0.5em;
    box-shadow: 0em 0em 0.1em rgb(0, 0, 0, 0.2);
}