.contact-links > a {
    font-size: 1.2rem;

    font-family: reiher-headline, sans-serif;
    font-weight: 500;
    font-style: normal;

    color: var(--zwart);
    text-decoration: none;

    display: flex;
    flex-direction: column;
}

.contact-links{
    margin-top: 30px;;
}

.social-icons {
    margin-top: 7px;
    display: flex;
    gap: 20px;
}

.social-icons img{
    width: 17px;
    height: 17px;
    object-fit: contain;
}


/* Mobile */
@media screen and (max-width: 767px) {
.social-icons {
   margin-bottom: 30px;
}

.contact-links{
    margin-top: 15px;
}
}