.mw-chamadaBox {
  grid-column: span 2;
  grid-row: span 2;
  font-family: "NunitoSans-Black";
}
.mw-chamadaBox a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mw-chamadaBox a figure {
  width: 100%;
  height: 230px;
}
.mw-chamadaBox a figure img {
  max-width: 277px !important;
  height: 230px !important;
  border-radius: 20px;
  max-height: 230px;
  object-fit: cover;
}
.mw-chamadaBox .chamadaBox-text {
  display: flex;
  flex-direction: column;
}
.mw-chamadaBox a .chamadaBox-text h2 {
  color: #4a4a4a;
  font-size: 22px;
  line-height: 26px;
}

.chamada-box-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.paywall-icon {
  position: absolute;
  margin-bottom: 10px;
}

.paywall-icon img {
  width: 60px;
  height: 35px;
}

#paywall-img {
  width: 43px !important;
  height: 44px;
}

#paywall-icon-home img {
  width: 37px !important;
  height: 35px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mw-chamadaBox a figure img {
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .mw-chamadaBox a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 2px solid #9e9e9e66;
  }
  .chamada-box-container {
    width: 100%;
  }
  .mw-chamadaBox a figure img {
    max-width: none !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mw-chamadaBox a figure img {
    max-width: 90vw !important;
    height: 230px !important;
    border-radius: 20px;
    max-height: 230px;
    object-fit: cover;
    width: 100%;
  }

  #paywall-icon-home {
    margin-right: 10px;
  }

  .paywall-icon {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 550px) {
  .mw-chamadaBox a figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1.6;
  }
  .mw-chamadaBox a figure img {
    width: 100%!important;
    height: 100%!important;
    max-width: unset!important;
    max-height: unset!important;
  }
}