@media (min-width: 768px){
    .contents-container {
        max-width: 1088px;
        margin-left: auto;
        margin-right: auto;
    }
}