.course-container {
  position: relative;
  width: 100%;
  min-height: 55vh;
  display: flex;
  overflow: hidden;
}

.swiper {
  width: 90%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.swiper-slide {
  width: 300px;
  height: 400px;
  /* box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.3); */

  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide {
  filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-slide h5 {
  color: #724d99;
  font-family: Helvetica;
  font-weight: 700;
  padding: 0px 45px 0 25px;
}

.swiper-slide p {
  color: #666767;
  font-family: Helvetica;
  font-weight: 400;
  display: flex;
  text-align: justify;
  align-items: center;
  padding: 0 25px 0px 25px;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1650367310179-e1b5b8e453c3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1596521864207-13d46b1a0c78?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
