strong, b {
    font-family: Foco;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
p { 
    color: #000;
    font-family: Foco !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
li {
    color: #000;
}
h1,h2,h3,h4,h5 { 
    color:#003976;
    font-family: Foco;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h2 { 
    font-size: 32px;
    //margin-bottom:0px;
}
h3 { 
    font-size: 24px;
}
.gap{
    padding: 8px 0;
}
.section {
    margin: 72px 0px;
}
.solid-background { 
    background: #eee;
 	padding:32px;
}
.course-discover-lite { 
    margin-bottom: 50px;
}
.course-discover-lite h3 { 
    font-size: 20px;
    display: inline;
    font-family: Foco!important;
}
.course-discover-lite .icon{ 
    width: 32px;
    height: 32px;
    color: #003976;
}
.course-discover-lite .lite-pad{    
    cursor: pointer;
    min-height: 105px;
    padding:12px;
}

.course-discover-lite .svg-inline--fa { 
    margin-right: 10px;
    vertical-align: -1.125em;
    
}
.course-discover-lite .lite-pad p { 
    margin-left: 45px;
    margin-top: -10px
}
.course-discover-lite .btn-warning { 
    width:30%
}
.course-discover-lite .modal-content .close { 
    background: none;
    color: #000;
    font-size: 40px;
}
.course-discover-lite .course-career { 
    background: none;
}
.course-discover-lite .lite-pad .heading-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.course-discover-lite .lite-pad .heading-flex h3 {
    margin-top: 0;
    width: calc(100% - 42px);
}

@media only screen and (max-width: 600px) {
	/* .course-discover-lite .lite-pad {
    		margin: 0px -15px;
	} */
    .course-discover-lite .lite-pad p {
        margin-left: 40px;
        margin-bottom: 20px;
        margin-top: -5px;
    }
    .section {
        margin: 32px 0px;
    }
    .container:has( .solid-background) {
        padding: 0;
    }
}