.mwChamadaBox {
  grid-column: span 3;
  grid-row: span 4;
  display: flex;
}

.mwChamadaBox a {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.mwChamadaBox img {
  width: 100%;
  height: 100%;
  min-height: 179px;
  max-height: 185px;
  object-fit: cover;
  border-radius: 5px;
  margin-top: -3px;
}

.mwChamadaBoxArticle {
  display: flex;
  background-color: var(--cinzaClaro);
  flex-direction: column;
  padding: 20px;
  gap: 20px;
  color: var(--pretoPadrao);
  border-radius: 5px 5px 0 0;
  min-height: 149px;
  position: inherit;
  z-index: -1;
}

.mwChamadaBoxArticle > h3 {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Sora-Regular";
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

.mwChamadaBoxArticle h2 {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.17px;
  font-family: "Sora-Bold";
  text-align: start;
}

@media (max-width: 500px) {
  .mwChamadaBox img {
    width: 100%;
    height: 100%;
    min-height: 179px;
    max-height: 180px;
    object-fit: cover;
    border-radius: 0 0 5px 5px;
}
}
