.box-item {
  height: 100%;
  padding: 40px 24px 64px;
  background: #1f1f1f;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.box-item .headline {
  font-family: "Gotham Black";
  font-size: 24px;
  line-height: 32px;
  margin-top: 16px;
  color: #fcfcfc;
}

.box-item .text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  color: #fcfcfc;
}

.swiper-button-prev, .swiper-button-next {
  color: #fff;
}

.swiper {
  max-width: 1730px;
  margin-top: 70px;
  margin-bottom: 30px;
  width: 90%;
  height: 100%;
}

@media (max-width: 1024px) {
  .swiper {
    width: 100%;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}