/* //////////////////////////////////////////////// */
/* Reusable */

.makeSeasons {
  font-family: seasons-bold, sans-serif;
}

.makeBold {
  font-weight: 700;
}

.martop48 {
  margin-top: 4.8rem;
}

.martop96 {
  margin-top: 9.6rem;
}

.makeWhite {
  color: var(--white);
}

.makeNote {
  font-size: 1.2rem;
}

.makeComment {
  font-weight: 700;
  color: red;
}

.maxWidth35 {
  max-width: 50rem;
}

.marbo24 {
  margin-bottom: 2.4rem;
}

.hidePoint {
  list-style-type: none;
}

.displayAt768 {
  display: none;
}

@media (min-width: 768px) {
  .displayAt768 {
    display: block;
  }
}
