.section-heading {
    text-transform: uppercase;
}

.nav-breadcrumb {
    display: none;
}

#co-working-space h2 {
    text-align: center;
    display: block;
    margin: 0;
}

#co-working-space,
#incubator-labs {
    background-image: url(https://uh.edu/uh-energy-innovation/uh-innovation/lease-space/_images/incubator.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	color: white;
	padding: 3.375rem 0;
}

.section-block {
    align-items: center
}

#incubator-labs h2 {
    text-align: center;
    display: block;
    margin: 0;
}

#incubator-labs{
    margin-bottom: 3.375rem;
}

#co-working-space{
	margin-top: 3.375rem;
}


#apply-online{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
	margin-top: 3.375rem;
	background-color: hsl(0, 0%, 95%);
}

#top-text {
	padding-top: 3.375rem;
    padding-bottom: 3.375rem;
}

#office-space {
	padding-top: 3.375rem;
    padding-bottom: 3.375rem;
	background-color: hsl(0, 0%, 95%);
}

.form-group {
    margin-bottom: 15px;
}

@media (min-width:768px) {
    #co-working-space,
	#incubator-labs{
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}