﻿.box-course {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-course a {
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    text-align: center;
    border-radius: 4px;
    color: #626262;
    -webkit-tap-highlight-color: transparent;

}

.box-course a:nth-child(2n) {
    background-color: #F4F4F4;
}

.box-course a:active {
    color: #01528A;
}

.select {
    margin-top: 3vw;
}