.text-center {
    text-align: center !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
    font-size: 2rem;
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
    }
}
.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
*, ::after, ::before {
    box-sizing: border-box;
}