.two-col-flex {
    display:flex;
    align-items: center;
    flex-direction: column;
}

	.two-col-flex h1 {
		margin-bottom: 20px;
	}
	
	.two-col-flex h2 {
		margin-bottom: 20px;
	}

.sg-banner {
    padding: 2rem 0rem 2rem 0rem;
}

.sg-page-title {
    font-family: proxima-nova, sans-serif;
		font-weight: 700;
		font-style: normal;
    font-size: 20px;
    line-height: 25px;
    color: #16355e;
    text-transform: uppercase;
}

.sg-page-tagline {
    font-family: Minion,serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #16355e;
}

.sg-page-description {
    font-size: 17px;
}
@media only screen and (min-width: 640px) {
    .two-col-flex {
        
        flex-direction: row;
    }
}