/*  First container  */
.container {
    height: auto;
    min-height: calc(100vh - 100px);
    padding-top: 8rem;
    overflow: auto;
}

article > header {
    text-align: center;
    margin-bottom: 2rem;
}

.on-left, .on-right {
    position: relative;
    float: left;
    padding: 0 10px;
}

.on-left p, .on-right p, S.ge-eu-re {
    max-width: 650px;
    margin: 0 auto 20px auto;
}

.ge-eu-re, .test {
    width: 100%;
    max-width: 450px;
    min-width: 209px;
    height: auto;
    margin: 0 auto;
    border: black 1px solid;
    border-radius: 25px;
    transition: 0.5s;
    background: #F77F00;
}
.ge-eu-re{
    background: none;
    border: none;
}
.test:hover {
    background: #ffac47;
    border: 1px solid white;
    transition: 0.5s;
}

.ge-eu-re img {
    height: 75px;
    margin: 20px auto;
}

.ge-eu-re p {
    text-align: center;
    text-decoration: none;
    color: black;
    transition: 0.5s;
}

a {
    text-decoration: none
}

.on-right img {
    width: 95%;
    margin: 0 auto 20px auto;
}

.test-container {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
}

.test {
    width: 200px;
    min-width: 200px;
    border: 1px solid black;
    float: left;
    height: 200px;
    margin: 25px;
    text-align: center;
    font-size: 18px;
    color: white;
    padding-top: 40px;
}
.test img{
    display: block;
    margin: 30px auto 0 auto;
    height: 30px;
}

/*@media only screen and (max-width: 525px) {
    .test-container {
        width: 200px;
        margin: 0 calc(50% - 123px);
    }
}*/

@media only screen and (orientation: portrait), screen and (max-width: 1130px) {
    .container {
        height: auto;
    }

    .on-left p, .on-left ul, .on-left h2 {
        width: 95%;
    }

    .container > .on-right, .container > .on-left {
        width: 100%;
        top: 0;
        margin-top: 75px;
        height: auto;
        position: relative;
        transform: none;
    }

    .test-container {
        width: 200px;
        margin: 0 calc(50% - 123px);
    }
}
