.socialcomponent {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
}

.socialcomponent h1,
.socialcomponent h2,
.socialcomponent.stack h1,
.socialcomponent.stack h2 {
	margin-bottom: 1rem;
	border-bottom: 2px dotted var(--socialcolor);
	padding-bottom: 1rem;
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}