/* Align page content with the actual height of the fixed desktop header. */
@media (min-width: 992px) {
    main {
        padding-top: 161px;
    }
}
