.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.big {
  font-size: 2.88em;
  line-height: 3.88rem;
}
@media screen and (min-width: 48em) {
  .big {
    font-size: 3.88em;
  }
}
.small {
  font-size: 0.555rem;
  line-height: 0.666rem;
}
.font-size-25 {
  font-size: 1.1em;
  line-height: 2.11rem;
}
@media screen and (min-width: 48em) {
  .font-size-25 {
    font-size: 1.38em;
  }
}
.font-size-20 {
  font-size: 1.11rem;
  line-height: 1.66rem;
}
.font-size-14 {
  font-size: 0.77rem;
  line-height: 1.33rem;
}
.smaller-content-80 {
  display: inline-block;
  width: 80%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
@media screen and (max-width: 67.5em) {
  .smaller-content-80 {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
}
.color-red {
  color: red;
}
