.elementor-477 .elementor-element.elementor-element-02a3c7d{--display:flex;}/* Start custom CSS for container, class: .elementor-element-02a3c7d */.resultaten-section{
padding:120px 0;
background:#f5f5f7;
}

.resultaten-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.resultaten-text{
max-width:420px;
}

.resultaten-text h2{
font-size:32px;
margin-bottom:20px;
}

.resultaten-text p{
margin-bottom:25px;
color:#444;
line-height:1.6;
}

.resultaten-btn{
display:inline-block;
padding:12px 24px;
background:#16244c;
color:white;
border-radius:8px;
text-decoration:none;
}

.resultaten-images{
position:relative;
width:420px;
height:520px;
}

.card{
position:absolute;
border-radius:16px;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
transition:transform .4s ease;
}

.card-top{
top:0;
right:40px;
width:220px;
z-index:2;
}

.card-middle{
top:120px;
left:20px;
width:320px;
z-index:3;
}

.card-bottom{
bottom:0;
right:0;
width:220px;
z-index:1;
}

.card:hover{
transform:scale(1.05);
}/* End custom CSS */