.modal-activities__item-wrapper {
  height: 100%;
}

.modal-activities__item-wrapper h4 {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid black;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.modal-activities__item-wrapper ul.ui.list {
  display: grid;
  gap: 12px;
}

.modal-activities__item-wrapper ul.ui.list li {
  line-height: 32px;
  font-size: 14px;
}

@media screen and (min-width: 1026px) {
  .card-course-coordinator__team {
    grid-template-columns: repeat(2, 1fr);
  }
}

.s-team__swiper {
  margin: 0px;
  padding: 0px;
  padding-bottom: 21px;
}

@media screen and (min-width: 1024px) {
  .s-team__swiper {
    width: calc(100vw - (100vw - 1263px) / 2 - 24px);
    overflow: hidden;
    padding-right: 120px;
  }
}

.c-card-professor--secondary {
  max-width: unset;
}

.s-team__item {
  max-width: unset;
  min-width: unset;
  width: 100%;
}

.fsi-brasil-whatsapp-btn {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 20;
}

@media screen and (min-width: 770px) {
  .fsi-brasil-whatsapp-btn {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.s-hero {
  overflow: hidden;
  padding: 66px 0;
}

@media screen and (min-width: 1026px) {
  .s-hero {
    padding-top: 111px;
    padding-bottom: 87px;
  }
}

.s-hero__title {
  margin: 24px 0;
}

@media screen and (min-width: 1026px) {
  .s-hero__text {
    max-width: 463px;
  }

  .s-hero__title {
    max-width: 600px;
  }
}

.s-hero__container {
  position: relative;
  display: grid;
  align-items: center;
  gap: 32px;
}

@media screen and (min-width: 1026px) {
  .s-hero__container {
    grid-template-columns: 51% 49%;
    gap: 6%;
  }
}

.s-hero__img {
  max-width: 487px;
  height: auto;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1026px) {
  .s-hero__img {
    width: 83%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1026px) {
  .s-hero__anchor-link {
    position: absolute;
    right: 2.5%;
    bottom: -21px;
  }
}

/* TEAM */

.s-team {
  padding-top: 77px;
  padding-bottom: 55px;
  scroll-margin-top: 60px;
  overflow: clip;
}

.s-team__title {
  font-weight: 700;
  margin-bottom: 40px;
}

.s-team__text {
  max-width: 587px;
}

.s-team__divider {
  margin: 40px 0;
  border-top: 1px solid var(--gray-200);
}

.s-team__technical > p,
.s-team__coordination > p {
  color: var(--gray-500);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 32px;
}

.s-team__technical {
  margin-top: 40px;
}

.s-team__list {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 40px;
  overflow-x: auto;
  margin: 0 -400px;
  padding-left: 400px;
  padding-right: 400px;
}

@media screen and (min-width: 1026px) {
  .s-team__list {
    gap: 40px;
  }
}

.s-team__pagination .swiper-pagination-bullet {
  background: var(--primary);
}

.s-team__pagination.swiper-pagination {
  bottom: -18px;
  position: relative;
}

.s-team__technical .s-team__list {
  grid-template-columns: repeat(5, 1fr);
}

/* COURSE COORDINATOR CARDS */

.s-course-coordinator-cards {
  padding-bottom: 138px;
}

.s-course-coordinator-cards__list {
  display: grid;
  gap: 80px;
}
