.main {
  height: 50vh;
}
.main h1 {
  text-align: center;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 25px;
  color: #FE393C;
  margin-top: 80px;
}
.main .section-content {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  gap: 1px;
}
.main h3 {
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 400;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .main {
    height: 55vh;
  }
  .main h1 {
    margin-top: 150px;
  }
  .main .section-content {
    text-align: center;
  }
}/*# sourceMappingURL=disclaimer.css.map */