.swiper {
  width: 90%;
  height: auto;
}

.swiper-slide {
  background-color: #0e0e0e;
  padding: 0 10%;
  margin: 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide h3 {
  font-size: 30px;
}

.swiper-slide p {
  margin-top: 30px;
}

.achievement-image-container {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.459);
  position: relative;
}

.achievement-image-container img {
  width: 100%;
}

.achievement-image-container a {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.418);
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiperAngle {
  color: #cc2e01;
}

.swiper-pagination-bullet {
  background-color: #fd9500 !important;
}

.swiper-pagination-bullet-active {
  background-color: #fd9500 !important;
}

.content-wrapper {
  position: relative;
}

.curve-light,
.curve-dark {
  position: absolute;
  width: 10%;
  z-index: 90;
}
.curve-dark {
  top: 0;
  right: 0;
}

.curve-light {
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .curve-light,
  .curve-dark {
    width: 30%;
  }

  .swiper {
    width: 100%;
    height: auto;
  }

  .swiper-slide {
    margin: 10% 0;
  }

  .swiper-slide p {
    margin-bottom: 10%;
  }

  .swiper-slide h3 {
    font-size: 20px;
  }

  .swiper-slide p {
    margin-top: 8px;
  }
}
