@media(min-width: 1200px) {
  main {margin-top: 1.875rem;}
}

@media(max-width: 480px) {
  h2.section-title span {
    font-size: 1.313rem;
  }
}

/* Não Encontrado */
.not-found {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3rem 1rem 10rem;
}
.not-found h3 {
  font-family: "Montserrat Bold";
  font-size: 1.625rem;
  color: #012c3d;
  text-align: center;
  margin-bottom: 2rem;
}
.not-found p {
  text-align: center;
  color: #4d4d4d;
}
.not-found p:first-of-type {
  margin-bottom: 0;
}
.not-found p:last-of-type {
  margin-bottom: 2rem;
}
.not-found .btn-outline-purple {
  max-width: 290px;
}