.widget-chamada-destaque-article {
    grid-column: span 2;
    grid-row: span 2;
}

.mw-widget.widget-chamada-destaque {
    padding: 0;
    padding: 24px;
    padding-bottom: 58px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-end;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.widget-chamada-destaque div {
    margin-bottom: 20px;
}

.widget-chamada-destaque div * {
    margin-right: 17px;
}

.widget-chamada-destaque h1 {
    font-weight: bold;
    font-size: 33px;
    margin-bottom: 20px;
}

.widget-chamada-destaque h2 {
    text-transform: unset;
    text-align: left;
    margin: 0px 0px;
    font-weight: bold;
    color: white;
    font-size: 31px;
}

.widget-chamada-destaque h2:before {
    margin: 0;
}

.widget-chamada-destaque h2:after {
    margin: 0;
}

.widget-chamada-destaque .tempo-leitura {
    position: absolute;
    bottom: 40px;
    font-size: 14px;
    color: white;
}

@media (min-width: 320px) and (max-width: 700px) {
    .mw-widget.widget-chamada-destaque {
        border-radius: 10px !important;
        height: 343px;
        padding-bottom: 38px;
        margin-bottom: 20px;
    }

    .widget-chamada-destaque h2 {
        font-size: 17px;
    }

    .widget-chamada-destaque .tempo-leitura {
        bottom: 24px;
    }
}