.rte-setting ul {
  width: fit-content;
  margin-inline: auto;
  li {
    text-align: left;
  }
}

h2:not(.footer__title, .hero__title) {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #00a6ab;
}
@media screen and (max-width: 768px) {
  h2:not(.footer__title, .hero__title) {
    font-size: 20px;
  }
}
main{
  padding-bottom: 200px;
}