@media only screen and (max-width:768px) {
    .extra {
        width: 100% !important;
        margin: 0rem auto !important;
        align-items: center;
    }
}