/* CSS Document */
h3{
    margin: 2em auto .5em;
    padding-left: .5em;
    border-left: 4px solid #0075CA;
}
.container{
    margin-bottom: 2em;
}
.container p:not(:last-of-type){
    margin-bottom: 1em;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
}