figcaption {
    text-align: center !important;
    margin-top: 0.5rem !important;
    font-size: var(--bs-body-font-size);
}

.card-body hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.card-body img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

figure img {
    max-width: 100%;
    max-height: 400px;
    height: auto;
    display: block;
    margin: auto;
    object-fit: contain;
}

.card-body * {
    margin-bottom: 1rem;
}

.card-body h2, .card-body h3, .card-body h4 {
    margin-top: 2rem;
}

.card-body li {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.card-body li, .card-body p {
    font-size: 1rem
}