﻿.sub-header {
    display: none;
}


@media screen and (max-width: 768px) {
    .sub-header {
        display: block;
    }

}