@media only screen and (max-width: 768px) {
    .content {
        padding-left: 0px;
    }
}
