.hero-kruppach {
    background-image: url('/images/header/kruppach-header.jpg');
    background-size: cover;
    background-position: center;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-text {
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    padding: 24px 42px;
    border-radius: 10px;
}
