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

#stage3 header.blueBox strong {
    display: inline-block;
}

#geography {
    margin-top: 5.148437vw;
    width: 75.5078125vw;
}

#geography h2 {
    margin-bottom: 5.148438vw;
    margin-left: 3.2421875vw;
}

#geography img {
    width: 75.5078125vw;
}

#eventsStructure h2 {
    margin-bottom: 2.0703125vw;
    margin-left: 10.4296875vw;
    margin-top: 2.0703125vw;
}

#eventsStructure p {
    margin-left: 10.4296875vw;
}

.blueBoxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9vw;
    list-style: none;
    margin: 0;
    margin: 0 13vw;
    margin-top: 3.28125vw;
    padding: 0;
}

.blueBoxes li {
    background: #152690;
    border-radius: 0px 0px 0.78125vw 0.78125vw;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    font-family: 'Suisse Intl';
    font-size: 1.09375vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.328125vw;
    margin-bottom: 0.8984375vw;
    overflow: hidden;
    text-wrap: wrap;
    width: 23.4375vw;
}

.blueBoxes span {
    align-items: center;
    background: #152690;
    display: flex;
    height: 100%;
    padding: 1.640625vw 3.515625vw 1.4453125vw 3.515625vw;
    width: 16.640625vw;
    z-index: 1;
}
#eventsStructure .splitter {
    margin-bottom: 4.664063vw;
    margin-top: 4.625vw;
}

/* mobile */
@media only screen and (max-width: 600px) {
    .blueBoxes {
        align-content: space-around;
        column-count: 2;
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .blueBoxes li {
        width: 100%;
    }

    #stage3 p {
        font-size: 100%;
        line-height: 120%;
    }

    .blueBoxes span {
        font-size: 2vw;
        line-height: 120%;
        width: 80%;
    }
}