.element {
    width: 60% !important;
    margin: 0 auto;
}

@media (max-width:767px) {
    .element {
        width: 70% !important;
    }
}