.freehtml .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.freehtml .flex-text {
  width: 35%;
  text-align: center;
}
.freehtml .flex-img {
  display: flex;
  width: 65%;
}