.branding{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
	margin-top:1rem;
}
.branding .top-logo,
.branding .bottom-logo{
	width:100%;
}
.branding .bottom-logo img{
	width:160px;
}
.branding p{
	font-size: 1.2rem;
	margin:.5rem 0;
}