.chamadaMancheteLongaFoto{
    grid-column: span 6;
    grid-row: span 1;
    background-color: white;
    border-bottom: 0.5px solid #bbbbbb;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.chamadaMancheteLongaFoto a figure{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.chamadaMancheteLongaFoto h2 {
    font-family: "GuardianSans-regular";
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 11px;
}
.chamadaMancheteLongaFoto-img {
    width: 278px;
    height: inherit;
    border-radius: 5px;
}
@media (max-width:1024px){
    .chamadaMancheteLongaFoto{
        grid-column: span 2;
    }
    .chamadaMancheteLongaFoto h2 {
        font-size: 19px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
    }
    .chamadaMancheteLongaFoto-img {
        width: 150px;
        height: 150px;
        border-radius: 5px;
    }
    .mw-text-wrapper h4{
        font-size: 11px;
    }
}
@media (min-width: 1000px) and (max-width: 1024px) {
    .chamadaMancheteLongaFoto {
        grid-column: span 6;
    }
  }
  @media (max-width:500px){
    .chamadaMancheteLongaFoto h2 {
        font-size: 25px;
        line-height: 26px;
        display: inline-block;
        vertical-align: top;
    }
        .chamadaMancheteLongaFoto-img {
            width: 150px;
            height: 185px;
        }
    }