  .circle-bg {
    margin-bottom: 3rem;
    margin-top: -5rem !important;
    padding-top: 3rem;
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Ccircle cx='300' cy='300' r='300' fill='%23f3f5f8'%3E%3C/circle%3E%3C/svg%3E");
	 background-repeat: no-repeat;
	 background-size: min(26vw, 26%);
	 background-position-y: 10%;
	 background-position-x: 10%;
	 padding-bottom: 3rem;
	 margin-top: 3rem;
}

#biochem-index #intro_component span.u-gfColors-slate100 {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top:3rem;
}

#friends .sideBySide--navyFullWidth .sideBySide-image {
    background-position: 63%;
    margin-top:3rem;
    span.class="mt-5"
}

 #ehs_component, #biochem-labs_component {
    margin-bottom:0;
}
#biochem-facility  h2{
    margin-top:0rem;
}
#biochem-facility .alternatingPhotos-holder {
    align-items: center;
    padding-bottom:3rem;
}
#biochem-facility .alternatingPhotos-image {
    max-width: min(29rem, 100%);
    align-self: center;
}
#biology-lab_component li {
    line-height:1.75;
}
@media (max-width:767.98px) {
    #biology-lab_component h2, #vr-lab_component h2 {
        margin-top:2rem;
    }
    #biochem-facility .alternatingPhotos-holder {
        padding-bottom:0;
    }
}