* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    font-family: sans-serif !important;
}


.dep_text_container span:nth-child(1), .course_text_container span:nth-child(1){
    font-size: 1.6vw!important;
}

.active-menu{
    font-weight: 700;
}

.global_top_text_cont{
    width: 54.822vw!important;
}

.story_sec > .story_text_cont > span:nth-child(2) {
    width: 59.385vw!important;
}

.bio_left, .bio_right{
    gap: 1vw;
}

.culinary  .bio_left{
    width: 48%;
}

.culinary  .bio_right{
    width: 48%;
}

.doc_top_text_cont {
    width: 50.197vw;
}

.width {
    width: 30.531vw;
}

.nav_container {
    width: 74.7vw!important;
}

.dep_container_bottom, .course_container_bottom {
    height: auto !important;
}


.dep_cat2 .dep_text_container{
    width: 100% !important;
}

․dep_cat1 .dep_text_container{
    width: 20.2vw !important;
}

.dep_container_bottom, .course_container_bottom{
    justify-content: space-between!important;
}

.dep_slide_img_container, .dep_slide_container1, .dep_slide_container2, .dep_slide_container3, .dep_slide_container4, .dep_slide_container5 {
    width: 20.02vw !important;
}

.bio1 > div:nth-child(2), .bio3 > div:nth-child(2) {
     gap: 0.520vw !important;
}

.bio1 > div > span:nth-child(1), .bio3 > div > span:nth-child(1){
    width: 7.5vw;
}

.department_bio_bottom{
    justify-content: space-between!important;
}

.culinary, .manufacturing, .dentist {
    height: 54.041vw !important;
}

.hair_makeup , .pastry{
    height: 44.2708vw !important;
}


.div1 {
    width: 39.666vw;
    height: 5.260vw;
    color: white;
    border: 1px solid white;
    padding: 0 4vw;
}

.div2 {
    width: 21.156vw;
    height: 6.562vw;
    color: #1D9E7D;
    border: 1px solid #1D9E7D;
    padding: 0 4vw;
}


@media screen and (max-width: 768px) {
    .culinary, .manufacturing, .dentist {
        height: max-content !important;
    }

    .hair_makeup , .pastry{
        height: max-content !important;
    }

    .dep_cat2 .dep_text_container {
        width: 100% !important;
    }
}