.card > .card-body {
    width: 100%!important;
    max-width: 1000px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

.card > .card-footer {
    width: 100%!important;
    padding-top: 2rem!important;
}

.card > .card-footer.d-flex, .card > .card-footer > .d-flex {
    max-width: 1000px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
