.termos {
  width: 100%;
  margin-top: 100px;
}

.termos-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.termos-content--title {
  text-align: center;
}

.termos-content--content {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 2rem 0;
  border: 1px solid var(--primary);
  border-radius: 20px;
  padding: 35px 20px;
  background-color: #FFF;
}

.termos-content--content h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.termos-content--content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.termos-content--content p {
  margin-bottom: 1rem;
}

/* Tablet - 768px and up */
@media (min-width: 768px) {

}

/* Desktop - 1024px and up */
@media (min-width: 1024px) {

}

/* Large Desktop - 1280px and up */
@media (min-width: 1280px) {
  .hero-content {
    flex-direction: row;
  }

  .hero-cta {
    text-align: left;
    padding: 0;
  }
}

/* Large Desktop - 1440px and up */
@media (min-width: 1440px) {
  .hero-content {
    flex-direction: row;
  }

  .hero-cta {
    text-align: left;
    padding: 0;
  }
}
