.footer__col--address {
	display: flex;
	flex-direction: column;
	gap: $grid-gutter-width;
	justify-content: space-between;

}

.socials {
	display: flex;
	gap: 0.5rem;
}

.socials__item svg {
	width: 45px;
	height: 45px;
}

@media (min-width: 992px) {
	.footer__col--address {
		flex-direction: row;
	}
}
