.chamadaMancheteLonga{
    grid-column: span 3;
    grid-row: span 1;
    background-color: white;
    border-bottom: 0.5px solid #bbbbbb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.chamadaMancheteLonga h2 {
	font-family: "GuardianSans-Bold";
	font-size: 28px;
	line-height: 29px;
}
@media (max-width:700px){
    .chamadaMancheteLonga {
        grid-column: span 2;
    }
}