.your-element-class {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}