#rvoe{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    width: 80%;
    margin: 2% auto;
}
#rvoe article{
    width: 48%;
    padding: 1%;
    margin: 1%;
    box-shadow: 0 0 3px #012556;
    border-radius: 15px;
}
#rvoe article h2{
    color: #FFF;
    font-size: 2.4em;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: #012556;
    border-radius: 15px;
}
#rvoe article h3{
    color: #3d6daf;
    font-size: 1.6em;
}
.rvoSub1{
    font-weight: bold;
    font-size: 1.4em;
    color: #5f5f5f;
}
.rvoSub2{
    color: red;
}
@media screen and (max-width: 1100px) {
    #rvoe article{
    width: 98%;
    padding: 1%;
    margin: 1%;
    }    
}
@media screen and (max-width: 700px) {
    #rvoe article h2{
        font-size: 2em;
    }
    #rvoe article h3{
        font-size: 1.6em;
    }
    .rvoSub1{    
        font-size: 1.2em;    
    }
}