.centres_link {
	flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: justify;
    gap: 25px;
	flex-wrap: wrap;
}

.centres_link a {
	flex-grow: 1;
	display: inline-block;
}