#profile .logo {
	text-align: right;
}
#profile .logo img {
	max-height: 12rem;
}
#profile .row {
	margin: 1.5rem 0;
}
#profile .label {
	margin-bottom: 0.75rem;
	font-family: trade-gothic-next-condensed,sans-serif; font-size: 0.9375rem; color: #231F20; text-transform: uppercase;
}
#profile .value {
	margin-bottom: 1.5rem;
	font-size: 1.125rem;
}
#profile .text {
	margin-top: 0.75rem;
}

@media only screen and (min-width: 426px) {
	#profile {
		display: flex;
	}
	#profile .logo {
		flex: 0 0 50%;
	}
	#profile .info {
		flex: 0 0 50%;
		padding-right: 0.5rem;
	}
	#profile .row {
		margin-top: 0;
	}
}
@media only screen and (min-width: 768px) {
	#profile .value {
		margin-bottom: 0;
	}
}
