#stage2 {
    background: center 0 url(../images/stage2/background/experimentalBG.jpg) no-repeat;
    background-size: 100%;
}

#geography {
    margin-top: 11.953125vw;
    width: 79.140625vw;
}

#geography h2 {
    margin-bottom: 3.515625vw;
}

#geography img {
    /* width: 23.671875vw; */
    width: 79.140625vw;
}

#geography p.fullWidth {
    width: 100%;
    display: block;
    margin-top: 6.25vw;
    overflow: hidden;
    margin-bottom: 2.890625vw;
}

#geography p.alignRight {
    width: 43.046875vw;
    margin-left: auto;
}

#geography .twoColumns {
    column-count: 2;
    column-gap: 15.15625vw;
    margin-bottom: 2.9296875vw;
}

#geography .events {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 7.3828125vw;
}

#geography .events li {
    text-align: center;
    font-family: 'Suisse Intl';
    font-style: normal;
    font-weight: 400;
    font-size: 1.09375vw;
    letter-spacing: -0.04em;
    color: #152690;
}

#geography .smallerContainer {
    width: 74.921875vw;
}

#geography .events img {
    display: block;
    width: 23.671875vw;
}

#geography .events span {
    width: 16.640625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.984375vw;
    vertical-align: middle;
    margin: 10px auto;
}

#program h2 {
    margin-bottom: 3.90625vw;
    margin-left: 10.4296875vw;
}

#program p {
    width: 66.5625vw;
    margin-left: 10.4296875vw;
    margin-bottom: 6.875vw;
}

#program ul {
    margin: 0 5.859375vw;
    padding: 0;
    list-style: none;
    column-count: 2;
    column-gap: 0.9765625vw;
}

#program li {
    display: flex;
    align-content: center;
    align-items: center;
    padding-right: 1.1328125vw;
    /* ÐŸÐ¾ÑÐµÑ‰ÐµÐ½Ð¸Ðµ ÑÐ°Ð¼Ð¾Ð³Ð¾ ÑÐµÐ²ÐµÑ€Ð½Ð¾Ð³Ð¾ Ð¼ÑƒÐ·ÐµÑ Ð² Ð¼Ð¸Ñ€Ðµ Ñ Ñ€ÐµÐºÐ¾Ð½ÑÑ‚Ñ€ÑƒÐºÑ†Ð¸ÐµÐ¹ ÑÐ¾Ð±Ñ‹Ñ‚Ð¸Ð¹ 1932 Ð³Ð¾Ð´Ð° */
    font-family: 'Suisse Intl';
    font-style: normal;
    font-weight: 400;
    font-size: 1.09375vw;
    line-height: 1.328125vw;
    letter-spacing: -0.04em;
    color: #152690;
    margin-bottom: 2.0703125vw;
    flex-direction: row;
}

#program .clippedPicture {
    margin-right: 2.1875vw;
    width: 23.7109375vw;
    height: 14.921875vw;
}

#program img {
    height: 100%;
    min-width: 100%;
}

#achievments {
    width: 67.890625vw;
}

#achievments h2 {
    margin-bottom: 2.9296875vw;
    margin-top: 7.3046875vw;
}

#achievments ul {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    /* display: grid; */
}

#achievments li {
    display: flex;
    align-content: center;
    align-items: center;
    font-family: 'Suisse Intl';
    font-style: normal;
    font-weight: 400;
    font-size: 1.09375vw;
    line-height: 1.328125vw;
    align-items: center;
    letter-spacing: -0.04em;
    color: #152690;
    margin-bottom: 1.5625vw;
}

#achievments img {
    margin-right: 2.7734375vw;
    width: 31.171875vw;
}



/* mobile */
@media only screen and (max-width: 600px) {
    #geography p.alignRight {
        width: 60vw;
        margin-left: auto;
    }

    p,
    #geography .twoColumns p,
    #geography p.alignRight,
    #geography p.fullWidth,
    #program p {
        font-size: 100%;
        line-height: 120%;
    }

    #geography .twoColumns {
        column-count: 1;
    }

    #geography .events img {
        margin-bottom: 2vw;
    }

    #geography .events span {
        font-size: 150%;
        line-height: 120%;
    }

    #program ul {
        display: grid;
        column-count: 2;
        align-content: space-around;
        grid-template-columns: 50% 50%;
    }

    #program li {
        flex-direction: column;
        font-size: 100%;
        line-height: 120%;
        margin-bottom: 3vw;
        display: flex;
        margin-right: 0;
        padding-right: 0;
    }

    #program .clippedPicture,
    #program .clippedPicture img {
        width: 90%;
        height: auto;
        padding-bottom: 1vw;
    }

    #achievments {
        width: 80vw;
    }

    #achievments ul{
        display: grid;
        column-count: 2;
        align-content: space-around;
        grid-template-columns: 50% 50%;
        grid-column-gap: 5vw;
    }

    #achievments li {
        flex-direction: column;
        font-size: 2vw;
        line-height: 120%;
        margin-bottom: 3vw;
    }

    #achievments img {
        width: 100%;
        padding: 0;
        margin: 0 0 1vw 0;
    }
}