.chamadaLisaCategory{
    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;
}
.chamadaLisaCategory h2 {
	font-family: "GuardianSans-Bold";
	font-size: 24px;
	line-height: 28px;
}
.chamadaLisaCategory h4 {
	font-family: "GuardianSans-Regular";
	font-size: 12px;
	color: #919191;
	margin-top: 10px;
}
.chamadaLisaCategory  .mw-text-wrapper a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media (max-width:700px){
    
}