@media screen and ( max-width:768px) {
    .page-section-title{
        font-size: 15px;
    }

    #header span{
        font-size: 9px;
    }

    #header img{
        height: 9px;
    }

    .page-section{
        padding: 30px 0;
    }

    hr.divider{
        margin-top: 0;
    }
}

@media screen and ( min-width:768px) {
    .page-section-title{
        font-size: 28px;
    }

    #header span{
        font-size: 18px;
    }

    #header img{
        height: 25px;
    }

    .page-section{
        padding: 70px 0;
    }
}


hr.divider{
    border-color: gray;
    border-width: .2rem;
}