@media(max-width:640px) {
    .uk-flex-2 {
        display: grid;
    }
}
@media(min-width:641px) {
    .uk-flex-2 {
        display: flex;
    }
}

@media(min-width:1200px){
    .mob_vis{display: none}
}

@media(max-width:600px){
    .mob_vis{display: block}
}
.more{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.more a{
    border: 1px solid #00659d;
}
.gost-news2 {
    max-width:100%;
    margin:15px 0;
    height:auto !important;
    max-height: 540px!important;
}
.course-info {
    display: none !important;
}