.study-subject-title{
    margin-top: 20vh;
    display: flex;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
    color:  rgb(99, 99, 230);
}
.study-course-select-study{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    display: flex;
    color: white;
    align-items: center;
    column-gap: 3rem;
    margin-bottom: 7vh;
}

.study-subject-bachelor-study{
    /* display: inline; */
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    padding: .5rem 2rem;
    border-radius: 10px;
}


.study-home [data-content]{
    display: none;
}
.study-active-work[data-content]{
    display: block;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.study-course-select-study .study-active-work{
    background-color: rgb(107, 107, 239);
}

@media screen and (max-width: 780px) {
    .study-subject-bachelor-study{
        font-size: 1.3rem;
        padding: .5rem 1rem;
    }    
}

.study-course-select-study-open{
    padding-bottom: 2rem;
    display: none;
}
