/* -- Section: covered body areas -- */
.bodyAreas__container {
  padding-top: 1.5rem;
}

.wrapper__bodyAreas li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem 1.5rem;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease;
}

.wrapper__bodyAreas li:hover{
  transform: scale(1.1);
  font-weight: bold;
}
.wrapper__bodyAreas li:nth-last-child(-n + 2) {
  padding: 0 1.5rem;
}

.wrapper__bodyAreas img {
  height: 64px;
  width: 64px;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .wrapper__bodyAreas li:nth-last-child(-n + 4) {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .wrapper__bodyAreas li {
    padding: 0 1.5rem;
  }
}
/* -------- End section -------- */

/* -- Section: SWORD Health flow -- */
.wrapper__swordFlow {
  align-items: flex-start;
}

.swordFlow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.swordFlow__step p {
  max-width: 300px;
}

.swordFlow__step .swordFlow__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.swordFlow__step .swordFlow__title:last-child {
  margin-bottom: 0;
}

.swordFlow__step img {
  height: 150px;
  width: 150px;
}

.swordFlow__separator {
  display: none;
}

.swordFlow__separator img {
  height: 4px;
  width: 74px;
}

@media only screen and (min-width: 992px) {
  .wrapper__swordFlow .swordFlow__step {
    max-width: 180px;
    margin-left: -0.5rem;
    padding: 0;
  }

  .wrapper__swordFlow .swordFlow__separator {
    display: block;
    width: 74px;
    margin-top: 88px;
    margin-left: -0.5rem;
    padding: 0;
  }
}
/* -------- End section -------- */

/* -- Section: media -- */
.wrapper__publications li {
  margin-bottom: 3rem;
}
.wrapper__publications li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.wrapper__publications img {
  max-width: 70%;
}

@media only screen and (min-width: 768px) {
  .wrapper__publications li:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }

  .wrapper__publications img {
    max-width: 100%;
  }
}
/* -------- End section -------- */
