/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.course-enroll-style{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.course-style-enroll-0 {
    align-items: center;
}



.course-style-enroll-2 {
    align-items: center;
    margin: 0;
}

.course-style-enroll-1 {
    align-items: flex-start !important;
}

.course-style-enroll-1 button{
    background: white;
    color: black;
}

@media screen and (max-width: 1199px) {
    .course-style-enroll-4{
        align-items: center;
    }
}