@media screen and (min-width:350px) and (max-width:600px) {
    .tab-content {
        margin-left: -3em;
        margin-right: -3em;
    }
}