.block-footer-contact {
	padding-left: 3.5em;
	color: var(--theme--color--primary);
}

.block-footer-contact p:first-child {
	margin: 0 0 1em -3em;
}

.block-footer-contact p:first-child img {
	max-width: 160px;
}

.block-footer-contact a:not(.button) {
	color: var(--theme--color-primary);
	text-decoration: underline;
}
	.block-footer-contact a:not(.button):hover,
	.block-footer-contact a:not(.button):focus,
	.block-footer-contact a:not(.button):active {
		text-decoration: none;
	}
	
.block-footer-contact .button {
	padding: 0.75em 1em;
}
	.block-footer-contact .button::after {
		content: none;
	}
	
@media (min-width: 768px) {
	.block-footer-contact p:first-child {
		margin: -1.2em 0 -1.5em -3em;
	}
	
	.block-footer-contact p:first-child img {
		max-width: 100%;
	}
}