.course-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.course-summary-container {
    width: 24em;
    height: 27em;
    padding: 0;
    margin: 1.5em 0 0 0;
}

.course-summary {
    background-color: #eee;
    border-radius: 1em;
    height: 24em;
    padding: 1em;
    margin: 0 1em 1em 1em;
} 

.course-summary h1 {
    margin: 1em 0 0 0;
    font-size: 1.2em;
    line-height: 1.2em;
}

.course-summary p {
    margin: 0;
}

.course-summary .course-title h1 {
    font-size: 1.4em;
    margin: 0;
}

.course-title {
    margin: -3em 0 0 0;
    height: 4em;
    background-color: #ace38d;
    border-radius: 1em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-summary .course-title a {
    border-bottom: none;
}
