.lid-row {
    min-height: 400px; /* Zorgt voor een consistente hoogte */
}

.custom-img {
    width: 100%;
    height: 350px;
    object-fit: cover; /* Foto's blijven dezelfde grootte */
}

.info-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
}

.separator-red {
    width: 50px;
    height: 3px;
    background-color: #ff0000;
}

@media (max-width: 768px) {
    .info-card {
        height: auto;
        margin-top: 20px;
        width: 100%;
    }
}