/* Text */
.text-section {
  overflow: auto;
}
.text-section img.alignnone {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.text-section img.alignleft {
  float: left;
  width: 33.33%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 2rem;
}
.text-section img.aligncenter {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.text-section img.alignright {
  float: right;
  width: 33.33%;
  height: auto;
  margin-left: 5%;
  margin-bottom: 2rem;
}
