.banner-editoras {
  background: url(/teste/front/assets/img/editora.png);

  display: flex;
  align-items: center;
  justify-content: center;

  height: 45vh;

  color: #fff;
}

.bg-card {
  background-size: cover !important;
  background-position: center !important;
}

/* INFO EDITORA */

.banner,
main section {
  height: auto;
}

.banner {
  height: 65vh;
  background: var(--bg-primary);
}

.banner .banner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;

  width: 80%;
  height: 100%;

  margin: 0 auto;

  gap: 0.8rem;

  color: #fff;
}

.editora-livros {
  background: #fff;
}

.owl-carousel .item img {
  width: 100%;
  height: 55vh;
}

/* SOBRE */
.editora-info {
  background: white;
}

.editora-info img {
  width: 100%;
}

.editora-info .redes-editora {
  display: flex;
  gap: 0.9rem;
}

.editora-info .redes-editora i {
  font-size: 1.8rem;
}

/* SERVICES */
.services .card {
  border: 0;
}

.services .card i {
  font-size: 3rem;
}

.services .card h4 {
  font-size: 1.2rem;
}

.services .card p {
  font-size: 0.9rem;
}

main section {
  padding-block: 3rem;
}
