@import "variaveis.css";

@media screen and (max-width: 1024px) {
  .section-hero {
    padding: 0px 20px;
  }

  .title-card-section-hero {
    font-size: 18px;
  }
  .description-card-section-hero {
    font-size: 14px;
  }

  .content-section-hero {
    height: 80%;
  }

  .cards-section-hero {
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
}
