.content_inner .swiper-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12rem;
}

@media (max-width: 767px) {
  .content_inner .swiper-content {
    gap: 6rem;
  }
}

.content_inner .swiper-content .slogan {
  color: #E6DCD2;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2rem;
}

.content_inner .swiper-content .swiper-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .content_inner .swiper-image {
  background: #1a171b;
} */

.content_inner .swiper-image img {
  width: 100%;
  height: 625px;
  opacity: 0;
  object-fit: cover;
  object-position: top;
}

.content_inner .swiper-content h1 {
  font-size: 75px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #E6DCD2;
}

.content_inner .swiper-content a {
  margin-top: 1.5rem;
}

.content_inner .swiper-content p {
  color: #E6DCD2 !important;
}


@media (max-width: 991px) {
  .content_inner .swiper-image img {
    height: 550px;
  }
  .content_inner .swiper-content h1 {
    font-size: 40px;
    margin-bottom: 1rem;
    text-align: center;
  }

  .content_inner .swiper-content p {
    font-size: 23px !important;
    line-height: 33px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .content_inner .swiper-content h1 {
    font-size: 30px;
    margin-bottom: 1rem;
    text-align: center;
  }

  .content_inner .swiper-content p {
    font-size: 33px !important;
    line-height: 43px !important;
  }
}

.content_inner .swiper-content p {
  font-size: 45px;
  text-align: center;
  line-height: 55px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
}

.interieur-advies h2 {
  margin-bottom: 2rem;
  font-size: 30px;
}

.interieur-advies p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .interieur-advies {
    padding-left: 50px;
    padding-right: 50px;
  }

  .interieur-advies p {
    font-size: 24px;
    line-height: 35px;
  }
}

.pakketten .vc_col-sm-4 .wpb_text_column {
  padding: 40px 20px;
  text-align: center;
}

.pakketten .vc_col-sm-4 .wpb_text_column h2 {
  text-transform: uppercase;
}

.pakketten .vc_col-sm-4 .wpb_text_column h3 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  color: #2a2929;
  text-transform: unset;
  margin-bottom: 1.5rem;
}

.pakketten .vc_col-sm-4 .wpb_text_column p {
  color: #2a2929;
}

.pakketten .vc_col-sm-4 .wpb_text_column p.price {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin: 1rem 0 2rem;
}

.pakketten .vc_col-sm-4 .wpb_text_column ul {
  margin-bottom: 1.5rem;
}

.pakketten .vc_col-sm-4 .wpb_text_column ul li {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.pakketten .vc_col-sm-4 .wpb_text_column a.button-afspraak {
  background: #fff;
  color: #2a2929;
  padding: 10px 20px;
  border-radius: 9999px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .pakketten {
    padding-left: 100px;
    padding-right: 100px;
  }

  .pakketten .vc_col-sm-4 .wpb_text_column {
    min-height: 369px;
  }

  .pakketten .vc_col-sm-4 .wpb_text_column.active {
    min-height: 430px;
  }
}

@media (max-width: 991px) {
  .pakketten .vc_col-sm-4 {
    margin-bottom: 2rem;
  }

  .interieur-advies-header,
  .pakketten {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.slider-row h2 {
  color: #2a2929;
  text-transform: unset;
}

@media (min-width: 992px) {
  .slider-row h2 {
    font-size: 40px;
  }
}

.slider-row .swiper-slide img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  height: 150px;
  object-fit: contain;
}
