.privacy-container {
    gap: 7%;
}

.privacy-left, .privacy-right {
    flex: 50%;
}
.privacy-container ul {
    margin: 0;
}
.privacy-container li {
    list-style: none !important;
}
.headline {
    font-size: 2rem;
    font-weight: bold;
    color: #074b70;
    line-height: 1.3em;
}
.image-privacy {
    align-items: center;
    gap: 2%;
}
.image-privacy img {
    width: 40%;
}

.privacy-link {
    text-decoration: none;
    color: var(--primary-text);
    word-wrap:break-word;
}

@media screen and (max-width: 925px) {
    .privacy-container {
        flex-direction: column;
    }
    .paraplu-img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 550px) {
    .image-privacy {
        flex-direction: column;
    }
    .image-privacy img {
        width: 100%;
        height: auto;
    }
}