.text_align_left {
  text-align: left;
}
.text_align_center {
  text-align: center;
}
.none {
  display: none;
}
.padding-2rem {
  padding: 2rem 1rem;
}
.font_size_1_8rem {
  font-size: 1.8rem;
  font-weight: 700;
}
.transform_scale {
  transform: scaleX(-1);
}
.style_list_disc {
  list-style: disc;
  padding-left: 20px;
}
.text_decoration_underline {
  text-decoration: underline;
}
.font_size_2_8rem {
  font-size: 2.8rem;
  font-weight: 800;
}
.display_block {
  display: block;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.justify-center {
  justify-content: center;
}
.width-17 {
  width: 17% !important;
  margin: 0 auto !important;
}
.font-weight-600 {
  font-weight: 600;
}
.text-center-no-margin {
  text-align: center;
  margin-bottom: 0;
}
.list-disc {
  list-style: disc;
  padding-left: 20px;
}
.width-127 {
  width: 127px;
}
.transform-flip {
  transform: scaleX(-1);
  width: 100%;
}
.small-text {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
