.flex {
  display: flex;
  justify-content: center;
}

.content-column {
  max-width: 60%;
}

.text-center {
  text-align: center;
}

.img-text {
  margin-bottom: 3em
}

.img-text > img {
  max-width: 300px;
  text-align: center;
}

.img-text > p {
  margin: 3px 0;
}
