.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide h2 {
  color: black;
}
.swiper-slide p {
  color: black;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  color: black !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.swiper-slide {
  padding: 50px;
}
.swiper {
  width: 100%;
  margin: 20px auto;
}
.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
.img-swiper .swiper-slide {
  background: none !important;
}
.img-swiper .swiper-slide:nth-child(even) {
  margin-top: 30px !important;
}
.img-swiper {
  padding: 100px 0 !important;
  text-align: center;
}

.para-swiper {
  width: 100%;
  height: 100%;
  background: #24272a;
}

.para-swiper .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.para-swiper .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.para-swiper .swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}

.para-swiper .swiper-slide .subtitle {
  font-size: 21px;
}

.para-swiper .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
.para-swiper .swiper-slide {
  /* background: #24272a !important; */
}
