﻿/* Custom CSS for screens 1200px and wider */
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1800px; /* Set your desired max-width here */
    }
}
