.logo_container{
    .logo{
        .logo_img {
            width: 143px;
        }
        span {
            display: none;
        }
    }
}

.hero_box {
    background: #007843;
    border: 2px solid #ffb606;
}

.footer {
    background: #065130;
}

.hero_slider_left.hero_slider_nav.trans_200{
    border-radius: 50px 0 0 50px;
    box-shadow: inset 0px 0px 5px 4px #c89312;
}

.hero_slider_right.hero_slider_nav.trans_200{
    border-radius: 0px 50px 50px 0px;
    box-shadow: inset 0px 0px 5px 4px #c89312;
}

textarea#search_form_degree {
    padding-left: 24px;
    padding-top: 11px;
}

.main_nav_item {
    display: inline-block;
    margin-right: 24px;
}

.course_author_image {
    width: 100%;
    height: auto;
    border-radius: 0px;
    overflow: auto;
    text-align: center;
    justify-content: center;
}

.button_3 {
    background-color: #007843;
    width: 202px;
    height: 48px;
}

.price_box {
    width: 100%;
    height: 67px;
    background: #ccd3e036;
    margin-top: 41px;
    padding-left: 35px;
}
