.organisations {
  padding: 80px 120px;
  background-color: #113045;
}
@media (max-width: 650px) {
  .organisations {
    padding: 60px 40px;
  }
}
@media (max-width: 1250px) {
  .organisations .swiper-wrapper {
    padding-bottom: 50px;
  }
}
.organisations .organisations-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 115%;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.organisations .organisations-description {
  font-size: 16px;
  line-height: 136%;
  font-weight: 400;
  color: #9CB4C5;
  letter-spacing: 1px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.organisations .organisation-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: -0.2px;
  margin-top: 0;
  text-align: center;
}
.organisations .organisation-logo {
  margin-bottom: 15px;
  text-align: center;
}
.organisations .organisation-desc {
  color: #9CB4C5;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.2px;
  text-align: center;
}
.organisations .swipper-arrows {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 650px;
  top: 30%;
}
@media (max-width: 1250px) {
  .organisations .swipper-arrows {
    display: none;
  }
}
.organisations .swipper-arrows .swiper-button-prev,
.organisations .swipper-arrows .swiper-button-next {
  width: 100px;
  height: 150px;
}
.organisations .swipper-arrows .swiper-button-prev svg,
.organisations .swipper-arrows .swiper-button-next svg {
  fill: none;
}

@media (max-width: 1250px) {
  .swiper-pagination-organisations {
    position: absolute;
    bottom: 0px !important;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-pagination-organisations .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #9cb4c5;
  }
  .swiper-pagination-organisations .swiper-pagination-bullet-active {
    width: 28px;
    height: 28px;
    background-color: #fff;
  }
}

/*# sourceMappingURL=vc_logos_slider.css.map */
