:root {
  --header-height: 96px;
}

#brx-content {
  margin-top: var(--header-height);
}

@media only screen and (max-width: 768px) {
    :root {
    --header-height: 92px;
    }

}