.list-summary>.title {
    text-align: center;
    font-size: 1.5rem;
    color: var(--bs-primary);
    padding: 2.5rem 0;
}

.list-summary .row {
    margin: 0;
}

.list-summary .card {
    padding-top: 2rem;
    padding-bottom: 6rem;
    height: 22rem;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list-summary .card .card-title {
    font-size: 1.5rem;
}

.list-summary .card .card-body {
    font-size: 1.125rem;
    line-height: 2.25rem;
    padding: 0;
}
