.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: #e42618;
  display: block;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background: #ffffff;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fcd502;
}
.block-views-blockcategories-block-home > h2 {
  text-align: center;
  color: #ffffff;
}
