#top.hero {
    background-image: linear-gradient(180deg, rgba(15, 28, 46, 0.31), rgba(15, 28, 46, 0.51)),
        url("../../assets/georgien-buchhaltung/hero.webp");
    background-position: 50% 40%;
}

.three-boxes-head h5  {
    font-weight: 700;
}

.three-boxes-card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.three-boxes-cta {
    margin-top: auto;
    padding-top: var(--space-4);
}

.three-boxes-cta .btn {
    padding: 6px 42px;
}  

.three-boxes-bold-card h4 {
    font-weight: 500;
    font-size: var(--fs-h4);
}

@media (max-width: 720px) {
    #top.hero {
        background-position: 50% 50%;
    }
}
