.description-container {
  margin: 0 2rem;
}

.ui.description {
  color: var(--black);
  line-height: 1.5em;
  margin: 1.5rem 0rem;
}

.ui.description.inverted{
  color: var(--white)
}
.description.inverted{
  color: var(--white)
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.justify {
  text-align: justify !important;
}