.content-box{
    padding: 0 10% 2.5% 10%;
    background-color: #0881A3;
    text-align: center;
}

.content-row{
    text-align: left;
    display:inline-flex;
    width: 100%;
    align-items: top;
    flex-direction: row;
    justify-content: space-between;
}

.content-column{
    flex:1;
    max-width: 45%;
    padding: 1% 0 1% 0;
    line-height: 1.4rem;
}

.content-column a {
    text-decoration: none;
    color: #000000;
}

.content-column a:hover{
    color: #0881A3;
}

h1{
    padding-top:2.5%;
    padding-bottom:2.5%;
    color:#E6E6E6;
}

@media screen and (max-device-width:500px) {
    html,body{
        height:auto;
        width: 100%;
    }

    body{
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .content-box{
        width: 100%;
        height: auto;
        align-items: center;
        text-align: center;
        padding: 1vh 0 0 0;
        line-height: 1.2rem;
        flex: 1 0 0;
    }

    iframe{
        min-height: 60%;
        max-height: 80%;
        margin:auto;
    }
}