div.panel-social {
	max-width: unset;
	padding: 0;
	margin: 0;
}

div.panel-social .header-container .title-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: var(--space-2);
}

div.panel-social .header-container {
	background-image: url(/includes/public/assets/shared/social-panel-bg.svg);
	padding-top: var(--space-12);
	padding-bottom: var(--space-3);
}

div.panel-social h2 {
	font-family: var(--font-display-alt);
	font-size: var(--text-7xl-1);
	color: #fff;
	line-height: var(--leading-none);
}

div.panel-social .tag {
	font-family: var(--font-display);
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--blue-pattern-background);
	transform: translateY(7px);
}

div.panel-social .social-links .social-network {
	background-color: transparent;
}

div.panel-social .social-links .social-network {
	width: unset;
	height: unset;
}

div.panel-social .social-links a {
	background: #ffffff70;
	color: var(--green);
	fill: var(--green);
	border-radius: 50%;
	height: 35px;
	width: 35px;
	font-size: var(--text-xl);
}

div.panel-social .social-container {
	transform: translateY(-6px);
}

@media (min-width: 40em) {
	div.panel-social .header-container {
		padding-top: var(--space-16);
		padding-bottom: var(--space-4);
	}
	div.panel-social .social-container {
		transform: translateY(-13px);
	}
	div.panel-social h2 {
		font-size: 6.5625rem;
		letter-spacing: 1.05px;
	}

	div.panel-social .tag {
		font-size: 5.0625rem;
		font-weight: 100;
	}

	div.panel-social .header-container .title-container {
		gap: var(--space-3);
	}

	div.panel-social .social-links {
		column-gap: 21px;
	}

	div.panel-social .social-links a {
		width: 45px;
		height: 45px;
		font-size: 1.5625rem;
	}
}
