.mw-widget.widget-chamada-box {
    padding: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-end;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.widget-chamada-box div {
    margin-bottom: 20px;
}

.widget-chamada-box div * {
    margin-right: 17px;
}

.widget-chamada-box h1 {
    font-weight: bold;
    font-size: 33px;
    margin-bottom: 20px;
}

.widget-chamada-box h2 {
    text-transform: unset;
    text-align: left;
    margin: 0px 0px;
    font-weight: bold;
    color: white;
    font-size: 23px;
}

.widget-chamada-box h2:before {
    margin: 0;
}

.widget-chamada-box h2:after {
    margin: 0;
}

.widget-chamada-box .tempo-leitura {

    position: absolute;
    bottom: 14px;
    font-size: 14px;
    color: white;
}

@media (min-width: 320px) and (max-width: 700px) {
    .mw-widget.widget-chamada-box {
        border-radius: 10px !important;
        height: 203px;
        margin-bottom: 20px;
    }
    .ImageFix{
        background-position-y: -145px;
        box-shadow: inset 5px 5px 50px 5px #000000;
    }

    .widget-chamada-box h2 {
        font-size: 17px;
    }
}