﻿.go
{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    justify-items: baseline;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin:15px auto 20px;
}
.go div:first-of-type,.go div:last-of-type
{
    cursor:pointer;
}
.go div:hover
{
    color:rgb(37, 43, 65);
}
.text
{
    height: 300px;
    overflow-y: auto;
}
.text div,.text,.text div span
{
    font-size: 14px;
    line-height: 1.5em;
}
.studentswonprizes_inner >img
{
    margin:85px auto 0;
}
@media screen and (max-width:767px)
{
    .studentswonprizes_inner >img
    {
        margin:15px auto;
    }
}