.chamadaCategory{
    background-color: white;
    grid-column: span 3;
    grid-row: span 2;
    border-bottom: 0.5px solid #bbbbbb;;
    display: flex;
    flex-direction: column;
}
.chamadaCategory a{
    display: flex;
    flex-direction: column;
}
.chamadaCategory figure{
	width: 100%;
}
.chamadaCategory-img {
    width: 100%; 
    height: 190px;
}

.chamadaCategory .mw-text-wrapper h2 {
	font-family: "GuardianSans-Regular";
    font-size: 28px;
    line-height: 31px;
    letter-spacing: -1px;
    color: #2F3033;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.chamadaCategory .mw-text-wrapper  h3 {
	font-family: "GuardianSans-Regular";
	font-size: 20px;
	line-height: 24px;
	color: #2F3033;
}
.chamadaCategory .mw-text-wrapper h4 {
	font-family: "GuardianSans-Regular";
	font-size: 12px;
	color: #919191;
	margin-top: 10px;
}

.chamadaCategory .mw-text-wrapper a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media (max-width:700px){
    
}

@media (max-width:1024px){
    
.chamadaCategory .mw-text-wrapper h2 {
	font-family: "GuardianSans-Regular";
    font-size: 23px;
    line-height: 31px;
    letter-spacing: -1px;
    color: #2F3033;
}
}