.text-justify{
    text-align: justify;
}


@media (max-width: 768px) {
    #section-top-header{
        margin-top: 70px;
    }
}
@media (min-width: 768px) {
    #section-top-header{
        margin-top: 20px;
    }
}

