@charset "utf-8";

#contact-info>div {
	display: flex;
	flex-direction:column;
	justify-content: center;
	margin-top: 2vh;
	text-align:left;
}
#contact-info>div>div {
	border: 2px solid #f2f2f2;
	padding: 1rem;
}
#contact-info>div>div:first-child {
	border-bottom: none;
}

#contact-info>div ul {
	padding-left: 1.5rem;
}
#contact-info>div ul li {
	list-style-type: disc;
	color: #999;
	margin-bottom: .5rem;
}

#contact-info dl {
	margin-top: 0;
}
#contact-info dl:last-child {
	margin-bottom: 0;
}

@media screen and (min-width:56.25em) {
#contact-info>div {
	flex-direction:row;
}

#contact-info>div>div:first-child {
	border: 2px solid #f2f2f2;
	border-right: none;
}


}