@media screen and (max-width: 768px) {
    .container {
        width: 95%;
    }

}