/* Intro Section */
.team {
  padding: 180px 0px;
}

.team .section_title {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .team .section_title {
    margin-bottom: 40px;
  }
}

.team .section_title p {
	font-family: 'Inter';
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

@media (max-width: 575.98px) {
	.team .section_title p {
		font-size: 14px;
		line-height: 22px;
	}
}

.team .all_course_bottom,
.team .arrow_course {
  margin-top: 40px;
}

.team .section_title h2 {
  font-size: 48px;
  font-weight: 600;
  color: var(--black);
}

@media (max-width: 575.98px) {
  .team .section_title h2 {
      font-size: 40px;
  }
}

.team .section_title a,
.team .all_course_bottom a {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: var(--orange);
  text-decoration: none;
  transition: 0.2s ease;
}

@media (max-width: 575.98px) {
  .team .section_title a,
  .team .all_course_bottom a {
    font-size: 14px;
  }
}


.team .section_title a:hover,
.team .all_course_bottom a:hover {
  color: var(--blue);
  text-decoration: underline;
}

/* Slider Posts */
.team .swiper {
  width: 100%;
  height: 100%;
}

.team .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team .arrow_course {
  font-size: 24px;
  color: var(--orange);
}

/* Elements Course */
.team .content-course-item {
  background: var(--white);
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 25px;
}

.team .cover_course {
  position: relative;
  margin-bottom: 18px;
}

.team .tags_course {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
}

.team .tag_course {
  max-width: max-content;
  line-height: normal;
  padding: 5px 15px;
  background-color: var(--orange);
  border-radius: 25px;
  transition: 0.3s ease;
}

.team .tag_course:hover {
  background-color: var(--blue);
}

.team .tag_course a {
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
}

.team .cover_course img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team .title_course h4 {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 17.5px;
}

.team .date_course {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
  padding-bottom: 16.5px;
  border-bottom: 1px solid #ddd;
}

.team .excerpt_course p {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--gray);
  margin-bottom: 27px;
  margin-top: 17px;
}

.team .action_single_course a {
  font-size: 16px;
  font-weight: bold;
  color: var(--orange);
  text-decoration: none;
  transition: 0.3s ease;
}

.team .swiper-slide-active .action_single_course a:hover {
  color: var(--blue);
  text-decoration: underline;
}

/* Item Active */
/* .team .swiper-slide-active .content-course-item {
  background: var(--orange);
  padding: 16px;
  border-radius: 25px;
  border: 0px;
}

.team .swiper-slide-active .title_course h4 {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 17.5px;
}

.team .swiper-slide-active .date_course {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  padding-bottom: 16.5px;
  border-bottom: 1px solid #ddd;
}

.team .swiper-slide-active .excerpt_course p {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--white);
  margin-bottom: 27px;
  margin-top: 17px;
}

.team .swiper-slide-active .action_single_course a {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
  text-decoration: none;
} */

.team .action_single_course a:hover {
  color: var(--blue);
  text-decoration: underline;
}