  #online-experience_component .card h4 {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
    align-items: center;
    margin-bottom: 0;
    line-height: 1.3;
}

#online-experience_component .card h4 img {
    width: 40px;
}

#online-experience_component h3::before, #online-experience_component h3::after {
    content: "";
    height: 1px;
    background: var(--gfColors-slate45);
}

#online-experience_component h3 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.5em;
}

#christian-image {
    background-image:url(/adult-degree/_assets-program-details/images/program-details-interior.jpg);
    background-size:cover;
    background-position:80% center;
    
}

#christian-perspective.u-grid2Columns {
    grid-template-columns: 2fr 3fr;
}

#christian-perspective .content {
    padding:5rem;
    margin: 3 auto;
	max-width: 900px;
}

@media(max-width:991.98px) {
    
    #christian-perspective.u-grid2Columns {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }
    
    #christian-perspective .content {
        padding: 3rem 15px;
        grid-row-start: 2;
        max-width: 720px;
        margin: 0 auto;
    }
    #christian-image {
        grid-row-start: 1;
        height: 23rem;
    }    
}

@media(max-width:767.98px) {
    
    #christian-perspective .content{
        max-width: 540px;
    }
}


@media(max-width:579.98px) {
    
    #christian-image {
        height: 19rem;
    }
}


 #prior-learning-credit .didYouKnow h3 {
	 font-family: 'ThirstySoftExtraBold';
	 color: var(--gfColors-slate100);
	 position: relative;
	 font-size:2.5rem;
}
 #prior-learning-credit .didYouKnow h3::before {
	 display: block;
	 position: absolute;
	 content: "";
	 background-color: var(--gfColors-gold);
	 background-size: contain;
	 top: .8rem;
	 right: calc(100% + 1rem);
	 width: 540px;
	 height: 2px;
	 z-index: 2;
}
 @media(max-width:768px){
	 #prior-learning-credit .didYouKnow h3 {
		 font-size:1.8rem;
	}
}
 @media(max-width:435px){
	 #prior-learning-credit .didYouKnow h3 {
		 font-size:1.5rem;
	}
}

