.mw-chamadaBox{
    grid-column: span 2;
    grid-row: span 2;
    font-family: "NunitoSans-Black";
}
.mw-chamadaBox a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.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;
    gap: 10px;
}
.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 (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;
    }
}
@media (max-width:700px){
.mw-chamadaBox a figure img {
    max-width: 90vw !important;
    height: 230px !important;
    border-radius: 20px;
    max-height: 230px;
    object-fit: cover;
}

#paywall-icon-home {
    margin-right: 10px;
}

.paywall-icon {
    margin-bottom: 20px !important;
}
}