.paragraph--type--slider-v2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 5rem 0 2rem 0;
}

.paragraph--type--slider-v2 .slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 320px;
  padding: 3rem;
  text-align: center;
  position: relative;
}

.paragraph--type--slider-v2 .slide .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.paragraph--type--slider-v2 .slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph--type--slider-v2 .slide .slide-img + .paragraph--type--slide__title,
.paragraph--type--slider-v2 .slide .slide-img ~ .slide--description {
  color: white;
  text-shadow: 1px 1px 5px black;
}

.paragraph--type--slider-v2 .slide .paragraph--type--slide__title {
  font-size: 4rem;
  margin-bottom: 1.5rem;
}

.paragraph--type--slider-v2 .slide .slide--description {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.paragraph--type--slider-v2 .slide .btn.btn--blue {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.paragraph--type--slider {
  margin: 5rem 0;
}

.paragraph--type--slider__title {
  margin-bottom: 4rem;
  color: #34353d;
  font-family: list-get("Fira Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, 1);
  font-size: 3.2rem;
  font-weight: 400;
}

.paragraph--type--slider .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.paragraph--type--slider .slick-slide .ctaCKeditor.document-link,
.paragraph--type--slider .slick-slide .ctaCKeditor.external-link {
  font-size: 1.9rem;
}

.paragraph--type--slider .field__item:not(:first-child) {
  display: none;
}

@media only screen and (max-width: 425px) {
  .paragraph--type--slider {
    margin: 2rem 0;
  }
  .slide-img {
    position: relative;
    border-radius: 5px;
  }
  .slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .slide .paragraph--type--slide__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.15;
    margin-top: 1.5rem;
  }
  .slide + .paragraph--type--slide__title,
  .slide ~ .slide--description {
    color: #34353d;
    text-shadow: none;
  }
}
