body {
  background-color: var(--bg-color);
}

.what-section-header {
  padding: 13rem 1rem 2rem 1rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  background-color: var(--gray1);
}

.what-section-header h1 {
  color: var(--gray4);
  font-weight: 800;
  text-align: start;
  font-family: "Neusa Sans", sans-serif;
  font-size: 6rem;
}

.big-container {
  width: 100%;
  padding: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--gray4);
  max-width: 1240px;
}

h2 {
  font-weight: 900;
}

h3 {
  font-weight: 700;
}

a {
  color: var(--gray1);
  text-decoration: underline;
}

a:hover {
  color: var(--gray3);
}

.innova-cultura-banner {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .what-section-header {
    padding: 10rem 1rem 0 1rem;
  }

  .what-section-header h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}