.infoTitle {
  font-size: xx-large;
  padding-bottom: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5rem 2.5rem 5rem;
}

.info-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.info-content-full {
  padding: 0 5rem;
}

.info-content-full h2 {
  font-size: x-large;
}

.info-content-full h3 {
  font-size: larger;
}

.info-content-full p {
  font-size: large;
}
