.dlr-social-links {
	display: flex;
	justify-content: center;
	gap: 1.75rem;
	margin-bottom: 2rem;
}

.dlr-social-links a svg {
	width: 2em;
	height: 2em;
	transition: all 0.3s ease;
}

.dlr-social-links a:hover svg {
	transform: scale(1.1);
}
