.chamadaMancheteCurtaFotoInvertida{
    grid-column: span 3;
    grid-row: span 1;
    background-color: white;
    border-bottom: 0.5px solid #bbbbbb;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.chamadaMancheteCurtaFotoInvertida a figure{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 15px 0px 0px;
}
.chamadaMancheteCurtaFotoInvertida h2 {
    font-family: 'GuardianSans-Medium';
    font-size: 22px;
    line-height: 23px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.3px;
}
.chamadaMancheteCurtaFotoInvertida-img {
    width: 140px;
    height: 125px;
    border-radius: 5px;
}
@media (max-width:1024px){
    .chamadaMancheteCurtaFotoInvertida{
        grid-column: span 2;
    }
    .chamadaMancheteCurtaFotoInvertida h2 {
        font-size: 25px;
        line-height: 26px;
        display: inline-block;
        vertical-align: top;
    }
    .chamadaMancheteCurtaFotoInvertida-img {
        width: 150px;
        height: 120px;
        border-radius: 5px;
    }
    .mw-text-wrapper h4{
        font-size: 11px;
    }
}
@media (min-width: 1000px) and (max-width: 1024px) {
    .chamadaMancheteCurtaFotoInvertida {
        grid-column: span 6;
    }
  }
  @media (max-width:500px){
    .chamadaMancheteCurtaFotoInvertida h2 {
        font-size: 20px;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
    }
        .chamadaMancheteCurtaFotoInvertida-img {
            width: 150px;
            height: 125px;
        }
    }