.navbar-brand {
    font-size: 1.1rem;
}

#hero .image img {
    box-shadow: unset;
    border: unset;
    border-radius: unset;
}

#about ul {
    grid-template-columns: unset;
}

#werwirsind div div,
#education,
#contact .btn {
    color: #0a0a0a !important;
}

#contact img {
    border-radius: 1.5rem;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: white;
    box-shadow: 0 4px 11px rgb(15 80 100 / 16%);
    width: 100%;
}