.project-challenges-buttons {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin-bottom: 46px;
}

.project-challenges-slide {
  position: relative;
  padding: 50px;
  border: 1px solid var(--text);
  border-radius: 24px;
  overflow: hidden;
  transition-duration: var(--transition);
  height: 100%;
}

.project-challenges-slide h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  margin-bottom: 24px;
}

.project-challenges-slide p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--subtext);
  margin-bottom: 24px;
}

.project-challenges-slide p:last-of-type {
  margin-bottom: 0;
}

.project-challenges-slide ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}

.project-challenges-slide ul li {
  list-style-type: disc;
  color: var(--subtext);
}

.project-challenges-slide span,
.project-challenges-slide strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  margin-bottom: 12px;
  display: block;
}

.project-challenges-slide-number {
  position: absolute;
  top: 40%;
  right: -40px;
  transform: translate(0%, -50%);
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 156px;
  line-height: 125%;
  color: var(--accent);
  opacity: 0.5;
}

.swiper.swiper-project-challenges {
  overflow: visible;
  padding-bottom: 34px;
}

.swiper-slide-active .project-challenges-slide {
  border-color: var(--accent);
}

.project-backgroundChallenges {
  padding-top: 240px;
  position: relative;
  padding-bottom: 120px;
}

.project-backgroundChallenges-circle-white {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: #a3a3a3;
  filter: blur(190px);
  z-index: -2;
}

.project-backgroundChallenges-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 48px;
}

.project-backgroundChallenges-info {
  max-width: 870px;
}

.project-backgroundChallenges-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 24px;
}

.project-backgroundChallenges-info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.project-backgroundChallenges-buttons {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}

.swiper.swiper-project-backgroundChallenges {
  overflow: visible;
}

.swiper-project-backgroundChallenges .swiper-slide {
  height: auto;
}

@media (max-width: 767px) {
  .project-challenges .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .swiper.swiper-project-challenges {
    overflow: hidden;
    width: 100%;
    padding-bottom: 0;
  }
  .project-challenges-buttons {
    order: 1;
    margin-bottom: 0;
    justify-content: center;
  }
  .project-backgroundChallenges {
    padding-top: 72px;
    position: relative;
    padding-bottom: 144px;
  }
  .project-backgroundChallenges-buttons {
    position: absolute;
    bottom: 88px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  .project-backgroundChallenges-circle-white {
    top: -25%;
    left: -25%;
  }

  .project-challenges-slide-number {
    top: 33%;
  }
  .swiper.swiper-project-backgroundChallenges {
    padding-bottom: 24px;
  }
} /*# sourceMappingURL=project-backgroundChallenges.css.map */
