.mais-lidas-editoria {
  background-color: #f2f2f2;
  height: auto;
  padding: 3rem 2rem ;
  margin-bottom: 2rem;
}

h2.mais-lidas-titulo {
  font-size: 28px;
  font-weight: 300;
  color: #005d95;
  font-weight: 600;
}

h3.mais-lidas-titulo:hover {
  color: #005d95;
}

.mais-lidas-container {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.mais-lidas-card {
  width: 33.33%;
  max-width: 384px;
  height: 100%;
}

.mais-lidas-card a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

.mais-lidas-categoria {
  color: #000;
  margin-bottom: 5px;
}

.mais-lidas-titulo {
  font-size: 1.6rem;
  color: black;
  font-weight: 700;
  font-family: "EstadaoHeadline-SemiBold" !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mais-lidas-titulo {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .mais-lidas-titulo {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {

  .mais-lidas-editoria{
    height: auto;
  }
  .mais-lidas-container {
    flex-direction: column;
    gap: 1rem;
  }

  .mais-lidas-card {
    width: 100%;
  }

  .mais-lidas-titulo {

    font-size: 24px;
  }

  .mais-lidas-titulo {
    font-size: 20px;
  }
}