.greyborder {
    border-bottom: 3px solid #DDD;
}
#listaDistrito,
#listaConcelho,
#listaFreguesia {
	columns: 2;
    column-gap: 4rem;
}

.mapadel {
	
	background: url(../img/mapadel.png) no-repeat;
	background-size: contain;
	
	.del-link:not(:last-child) {
	  margin-bottom: 3rem;
	}	
	
	&.alcoitao {
		background: url(../img/mapalc.png) no-repeat;
		background-size: cover;
		height: 11rem;
	}
} 

.sede {
	
	.h4 {
		font-size: 1rem;
		color: var(--grey-400);
		margin: 0;
		font-weight: 700;
	}
}

