footer .about h3 {
	color: #54585A;
	font-family: Agenda;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	text-transform: uppercase;
}

footer .copyright p {
	color: #54585A;
	font-family: Agenda;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}

footer .address,
footer .phone,
footer .email,
footer .menu-item {
	color: #54585A;
	font-family: Agenda;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

footer #gdpr {
	background: var(--aubergine);
}

@media (max-width: 767.98px) {
    footer .logos a {
        justify-content: center;
    }
	
	footer .container {
		padding: 30px 26px;
	}
	
	footer .about {
		align-items: center;
	}
	
	footer .about .contact {
		text-align: center;
	}
	
	footer #gdpr {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
}