.center-this-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.center-this-section * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
