html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .secao-2 {
    position: relative;
    background-color: #ffffff;
    padding: 5rem 1rem;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%) !important;
}
    .secao-1 {
        position: relative;
        background-color: #80808061; /* ou mova esse estilo para o CSS */
        padding: 5rem 1rem;
        /* corta a parte de baixo em ângulo */
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%) !important;
    }

}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}