.course-content-wrapper {
    max-width: 800px;     /* Makes text boxes not span full width */
    margin: 0 auto;       /* Center the content */
    padding: 20px;
}

.hero-section {
    margin-bottom: 40px;
}

.green-title {
    margin-top: 30px;
}

.green-text {
    margin-top: 10px;
}

.red-title {
    margin-top: 30px;
}

.red-text {
    margin-top: 10px;
}
