@media screen and (width >= 768px) {
    main {
        max-width: 500px;
    }
    #divider {
        background-image: url(../../images/pattern-divider-desktop.svg);
    }
}