.ww-footer {
	padding: 2rem 0 3rem;
	/* background: var(--wp--preset--color--primary); */
	/* color: var(--wp--preset--color--gray-7); */
	/* font-size: 1.125rem; */
	font-size: var(--wp--preset--font-size--medium);
}

.ww-footer .ww-logo {
	width: 100%;
	max-width: 356px;
	/* height: 76px; */
	height: auto;
	margin: 0 auto 2rem;
}

.ww-footer .ww-footer-container {
	display: block;
	/* flex-direction: column;
	align-items:flex-start;
	justify-content: space-between; */
}

.ww-footer .ww-email {
	.svg-inline--fa {
		margin-left: -1.5rem;
	}
}

.ww-footer a {
	/* color: var(--wp--preset--color--white); */
	text-decoration: none;
	display: inline-block;
}

.ww-footer a:hover {
	text-decoration: underline;
}

/* .ww-footer a .svg-inline--fa {
	color: var(--wp--preset--color--highlight);
	position: absolute;
	margin-left: -1.25rem;
	margin-top: .25rem;
} */

.ww-first,
.ww-last {
	margin-bottom: 4rem;
	margin-right: 2.5rem;
}

.ww-first p,
.ww-last p {
	margin-bottom: 16px;
}

.ww-first {
	text-align: center;
}

.ww-first .ww-social-link {
	font-size: var(--wp--preset--font-size--xx-large);
	color: var(--wp--preset--color--white);
	display: block;
	margin-right: 1.4rem;
}

.ww-first .ww-social-link:last-child {
	margin-right: 0;
}

.ww-first .ww-social-link:hover {
	color: var(--wp--preset--color--gray-2);
}

.ww-last:last-child {
	margin-right: 0;
}
	

@media (min-width: 768px) {
	.ww-footer .ww-footer-container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	/* .ww-footer  .ww-logo {
		margin: 0;
	} */
	.ww-first {
		align-self: center;
	}
	
	.ww-first,
	.ww-last {
		margin-bottom: 0;
	}
}