.cards {
  background-image: url("../_imagens/logo-desenho.png");

  /* background-color: var(--cor-5) */

  padding: 10%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85vh;
  width: auto;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #fff;

  gap: 10px;
}

.cards article {
  background-color: var(--cor-2);
  width: 35%;
  min-height: 300px;
  max-height: 390px;
  border-radius: 10px;
  padding: 15px 20px;
  justify-content: center;
}

.cards article h2 {
  margin-bottom: 20px;
}


.swiper-pagination,
.swiper-button-next,
.swiper-button-prev  {
  color:red;
  
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .cards {
  padding: 2%;
    flex-direction: column;
  }

  .cards article {
    width: 90%;
    min-height: 100px;
  }
}
