.mwchapeu {
  font-family: Sora;
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.mwMancheteEspecial a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.mwMancheteEspecial {
  grid-column: 1/-1;
  grid-row: 1;
}

.mwMancheteEspecial .contentMancheteEspecial .limit2linhas {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.contentMancheteEspecial {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.contentMancheteEspecial h2 {
  color: #ffffff;
  font-family: "Sora-Bold";
  font-size: 45px;
  letter-spacing: -0.45px;
}
