.description {
  width: 100%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 576px) {
  .description {
    width: 90%;
  }
}
p.description__text {
  margin: 2em auto 0;
  font-size: 16px;
}

@media only screen and (max-width: 576px) {
  p.description__text {
    margin: 2em auto 0;
    font-size: 15px;
    text-align: left;
    line-height: 2;
  }
}
