header nav {
  display: none !important;
}

section {
  box-sizing: border-box;
  padding: 0px 24px !important;
}

/* Section 1 */
section#s1 {
  flex-direction: column-reverse;
}

section#s1 .title {
  margin-top: 24px;
}

/* Section 2 */
section#s2 {
  flex-direction: column;
}

section#s2 .title {
  margin-top: 24px;
}

/* Section 3 */
section#s3 h2 {
  text-align: center;
}

section#s3 .networks {
  grid-template-columns: 1fr 1fr;
}

/* Section 4 */
section#s4 h2 {
  text-align: center;
}

section#s4 > img {
  display: flex;
  align-self: center;
}

section#s4 .steps {
  grid-template-columns: 80%;
  justify-content: center;
  gap: 24px;
}

section#s4 .steps .column {
  text-align: center;
}

/* Section 5 */
section#s5 {
  flex-direction: column;
  align-items: center;
}

section#s5 .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#s5 span {
  text-align: center;
}

/* Section 6 */
section#s6 {
  grid-template-columns: 1fr;
  gap: 40px;
  justify-items: center;
}

/* Section 7 */
section#s7 > span {
  margin-bottom: 24px;
}

section#s7 .grid1,
section#s7 .grid2 {
  grid-template-columns: 1fr;
  margin: 0px;
}

/* Section 8 */
section#s8 h2 {
  text-align: center;
}

section#s8 .columns {
  grid-template-columns: 1fr;
}

section#s8 .columns .c {
  grid-template-columns: 1fr;
  padding: 0px;
  justify-items: center;
}

section#s8 .columns .c > div {
  text-align: center;
}

footer {
  justify-content: center;
}
