/*-------------------------------------------------------------------
	Links page 
------------------------------------------------------------------*/
body.page-template-syndesmoi-page-template #page-container {
    width: 100%;
    max-width: 1040px;
    width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	color: var(--black-text-color);
}

body.page-template-syndesmoi-page-template > h1 {
    text-align: center;
    margin-top: 40px;
}

body.page-template-syndesmoi-page-template #links-grid {
    display: grid;

	grid-template-columns: repeat(auto-fit, minmax(0, 300px));
	grid-gap: 40px 40px;
    grid-auto-flow: dense;
    justify-content: center;
}

@media all and (max-width: 768px) {
    body.page-template-syndesmoi-page-template #links-grid .useful-links {
        text-align: center;
    }
}
