.image-text-vertical-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  h2 {
    text-align: center;
  }
}

.img-class {
  max-width: 100%;
  height: auto;
}

.rich-text-style {
  margin: 1.5em 0;
}

.rich-text-style > h2 {
  margin: 0;
}

.description-style {
  margin-bottom: 4rem;
}

.description2-style {
  margin-top: 4rem;
}
