/* -- Common -- */
.wrapper__row {
  width: auto;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .wrapper__row div {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* -------- End common -------- */

/* -- Section: product presentation -- */
.wrapper__presentationRow--below {
  flex-direction: column-reverse;
  margin-top: 3rem;
}

.wrapper__presentationRow img {
  height: 180px;
  width: 300px;
}

.presentation__title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 2rem;
}

.presentation__subtitle {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .wrapper__presentationRow--below {
    flex-direction: row;
  }

  .presentation__title {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .wrapper__presentationRow img {
    height: 300px;
    width: 500px;
  }
}

@media only screen and (min-width: 1200px) {
  .wrapper__presentationRow {
    width: 80%;
  }
}
/* -------- End section -------- */

/* -- Section: application screens -- */
.wrapper__appScreensRow {
  flex-direction: column-reverse;
}

.wrapper__appScreensRow img {
  height: 226px;
  width: 320px;
  margin-top: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .wrapper__appScreensRow {
    flex-direction: row;
  }

  .wrapper__appScreensRow img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .wrapper__appScreensRow img {
    height: 383px;
    width: 542px;
  }
}

@media only screen and (min-width: 1200px) {
  .wrapper__appScreensRow {
    width: 84%;
  }
}
/* -------- End section -------- */

/* -- Section: testimonials -- */
.wrapper__testimonialsRow div {
  margin-top: 2rem;
}

.wrapper__testimonialsRow img {
  height: 193px;
  width: 320px;
}

.testimonials__message {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: left;
}

.testimonials__author {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #01b9ca;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .wrapper__testimonialsRow div {
    margin-top: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .wrapper__testimonialsRow img {
    height: 299px;
    width: 493px;
  }
}

@media only screen and (min-width: 1200px) {
  .wrapper__testimonialsRow {
    width: 80%;
  }
}
/* -------- End section -------- */

/* -- Section: SWORD Health numbers -- */
.wrapper__swordNumbersRow {
  align-items: center;
  justify-content: space-evenly;
}

.swordNumbers__grid {
  align-items: flex-start;
}

.swordNumbers__grid li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.swordNumbers__value {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.swordNumbers__value img {
  height: 40px;
  width: 40px;
  margin-bottom: 1rem;
}

.swordNumbers__title {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  color: #01b9ca;
  line-height: 4.125rem;
}

.swordNumbers__title--percentage {
  font-size: 2.5rem;
  font-weight: 300;
}

.swordNumbers__subtitle {
  max-width: 200px;
}

@media only screen and (min-width: 768px) {
  .swordNumbers__grid li:nth-child(-n + 2) {
    margin-top: 0;
  }

  .wrapper__swordNumbersRow .section__title {
    max-width: 320px;
  }

  .swordNumbersRow__title {
    margin-right: -50px;
  }
}
/* -------- End section -------- */
