.section-parallax .component-parallax .overlay::after {
    background: none;
}
.section-parallax .component-parallax .card-body {
    color: var(--bs-secondary);
}
.section-parallax .component-parallax .overlay::before {
    background: rgba(var(--bs-primary-rgb), 0.7);
}
@media (min-width: 992px) {
    .site-header .site-logo img {
        max-height: 127px;
    }
}