.opleidingen-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.opleiding-item {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.opleiding-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
}

.opleiding-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    color: white;
    font-size: 1.5em;
    text-align: center;
    height: 100%;
    width: 100%;
}

.opleiding-overlay h3 {
    margin: 0;
    padding: 0;
    color: white!important;
}
