#motivos {
  padding: 90px 0 50px 0;

  background: #0D134C;
}

.motivos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 112px;
}

.motivos h2 {
  width: 100%;
  max-width: 756px;

  text-align: center;
}

.motivos h2,
.motivos h2 span {
  font-family: 'Margem-medium';
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.motivos h2 span {
  color: #66E2E0;
}

.motivos .cards,
.motivos .cards-mobile {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 10px;

  width: 100%;
  max-width: 1043px;
}

.motivos .cards-mobile .slick-track {
  gap: 10px;
}

.motivos .cards-mobile {
  display: none;
}

.motivos .cards .card,
.motivos .cards-mobile .card {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;

  background: transparent;
  width: 100%;
  max-width: 326px;
  height: 274px;
}

.motivos .cards .card img,
.motivos .cards-mobile .card img {
  border-radius: 13px;
  padding: 10px;

  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.motivos .cards .card .title,
.motivos .cards-mobile .card .title {
  margin: 0;
  width: 220px;

  text-align: center;
  font-family: 'Margem-medium';
  font-size: 1.5rem;
  line-height: 125%;
}

.motivos .cards .card .text,
.motivos .cards-mobile .card .text {
  margin: 0;

  font-size: 1.1rem;
  line-height: 26px;
  color: #FFFFFF;

  width: 262px;
  text-align: center;
}

.black-friday-nova-ai #motivos {
  background-color: #19191C;
}


@media screen and (max-width: 768px) {
  .motivos {
    gap: 50px;
  }

  .motivos .cards-mobile {
    display: flex;
  }

  .motivos .cards {
    display: none;
  }

  .motivos .cards-mobile .card {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .motivos {
    gap: 0;
  }

  .motivos h2, .motivos h2 span {
    font-size: 2rem;
  }
}
