.container-content {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .container-content {
        width: 90%;
    }
}