header {
  padding-bottom: 350px;
}
.course-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.course-div > * {
  text-decoration: none;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.course-div img {
  border-radius: 400px;
  width: 100%;
  filter: grayscale(0.8);
}
.course-div strong {
  opacity: 0.2;
}
.course-swiper .swiper-slide-active .course-div strong {
  opacity: 1;
}
.course-swiper .swiper-slide-active .course-div img {
  -webkit-box-shadow: 0px 0px 10px 2px #0000009e;
  box-shadow: 0px 0px 10px 2px #0000009e;
  filter: none;
}
.course-swiper .swiper-button-prev,
.course-swiper .swiper-button-next {
  top: 45%;
}
.unset-swiper {
  position: unset;
}
.swiper-button-next,
.swiper-button-prev {
  transform: translateY(-50%);
}
.swiper-button-next {
  left: -24px !important;
}
.swiper-button-prev {
  right: -24px !important;
}
.comment-div {
  background-image: url("../image/comments.jpg");
}
.comment-owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: var(--primary-color);
  font-size: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 1;
}
