h2 a {
    text-decoration: none;
    color:var(--bs-heading-color);
}

@media (min-width: 992px) {
    .fixed-bottom-lg {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}