.chamadaMancheteCurtaFoto{
        grid-column: span 3;
        grid-row: span 1;
        background-color: white;
        border-bottom: 0.5px solid #bbbbbb;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

.chamadaMancheteCurtaFoto a figure{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 0px 0px 10px;
}
.chamadaMancheteCurtaFoto h2 {
    font-family: 'GuardianSans-Medium';
    font-size: 22px;
    line-height: 23px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.3px;
}
.chamadaMancheteCurtaFoto-img {
    width: 140px;
    height: 125px;
    border-radius: 5px;
}
@media (max-width:1024px){
    .chamadaMancheteCurtaFoto{
        grid-column: span 2;
    }
    .chamadaMancheteCurtaFoto h2 {
        font-size: 25px;
        line-height: 26px;
        display: inline-block;
        vertical-align: top;
    }
    .chamadaMancheteCurtaFoto-img {
        width: 150px;
        height: 120px;
        border-radius: 5px;
    }
    .mw-text-wrapper h4{
        font-size: 11px;
    }
}
@media (min-width: 1000px) and (max-width: 1024px) {
    .chamadaMancheteCurtaFoto {
        grid-column: span 6;
    }
  }
  @media (max-width:500px){
    .chamadaMancheteCurtaFoto h2 {
        font-size: 25px;
        line-height: 26px;
        display: inline-block;
        vertical-align: top;
    }
        .chamadaMancheteCurtaFoto-img {
            width: 150px;
            height: 125px;
        }
    }