section#two div#page-description{
    text-align:center;
    font-size: 25px;
}

section#two div.row:not(:first-child){
    margin-top: 50px;
}

section#two div.row div.col-md-9>div.os-animation{
    text-align: justify;
}

section#two div.row h2{
    display: inline-block;
    margin-left: 30px
}

/* Mobile Small */
@media screen and (max-width: 320px) {
    section#two div.row h2{
        display: block;
        margin-left: 0px;
    }
}