@media (min-width: 800px) {
    .custom-max-width {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}
