.swiper-container {
  overflow: hidden;
}
.slide {
  position: relative;
}
.slide .content-wrapper {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 6rem 6rem 3rem;
}
.slide .content-wrapper .content {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 25px;
  height: max-content;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.slide .content-wrapper .content h3 {
  color: #f59d0f;
  display: block;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  background: #777;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #008eab;
}
.node--type-slider .swiper-wrapper {
  margin-bottom: 40px;
}
.node--type-slider .swiper-pagination {
  bottom: 0;
}
.node--type-slider .swiper-button-next,
.node--type-slider .swiper-button-prev {
  opacity: 0;
}
.block-views-blockcategories-block-home > h2 {
  text-align: center;
  color: #ffffff;
}
