.hero-section {
    background: url('../images/course-banner.png');
    background-size: cover;
    background-position: center;
    min-height: 462px;
    display: flex;
    align-items: center;
    color: white;
}
.course-section{
    padding-top:40px;
    padding-bottom: 40px;
}