﻿
.confirm-choice {
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}

.btn-container {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 15px;
}

.r-btn-container {
    margin: 30px 0px;
}

    .r-btn-container a {
        padding: 10px 20px;
        background-color: #181818;
        color: white;
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 500;
        border: 1px solid #181818;
        border-radius: 5px;
        margin: 0px 5px;
    }

.course-select-btn-ctn {
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin: auto 0;
}

.course-divider{
    margin: 0 0;
}

@media screen and (max-width: 767px) {
    .course-select-btn-ctn {
        display: flex;
        align-items: baseline;
    }

    .confirm-choice {
        justify-content: center;
        margin-top: 30px;
    }
}

@media screen and (max-width: 550px) {
    .r-btn-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .r-btn-container a {
            margin-bottom: 10px;
        }
}
