.vestiging_medewerkers{
    display: flex;
}
.vestiging_medewerkers > div{
    flex: 1;
    max-width: 50%;
}
.vestiging_medewerkers > .right_col{
    padding-left: 100px;
}

.vestiging_medewerkers .image{
    position: relative;   
}
.vestiging_medewerkers .image img{
    width: 100%;
    aspect-ratio: 1/.91;
    border-radius: 8px;
    object-fit: cover;
}
.vestiging_medewerkers .image .info_box{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px 32px;
}

.vestiging_medewerkers .image .fl-heading{
    line-height: 1.4;
}
.vestiging_medewerkers .image .fl-heading:has(+.icons){
    margin-bottom: 5px;
}

.vestiging_medewerkers .image .info_box .icons{
    display: flex;
    gap: 6px;
}
.vestiging_medewerkers .image .info_box .icons a{
    display: inline-block;
    line-height: 1;
}
.vestiging_medewerkers .image .info_box .icons a svg rect{
    transition: fill .3s ease-in-out;
}
.vestiging_medewerkers .image .info_box .icons a:hover svg rect{
    fill: var(--raad-button-green-hover);
}

.vestiging_medewerkers h2.fl-heading{
    margin-bottom: 20px;
}
.vestiging_medewerkers .text > :last-child{
    margin-bottom: 0;
}
.vestiging_medewerkers .swiper_controls{
    display: flex;
    gap: 10px;
    margin-top: 32px;
}
.vestiging_medewerkers .swiper_controls > div{
    transition: opacity .3s ease-in-out;
}
.vestiging_medewerkers .swiper_controls > .swiper-button-disabled{
    opacity: .6;
    pointer-events: none;
}

@media screen and (max-width: 1080px) and (min-width: 993px){
    .vestiging_medewerkers > .right_col{
        padding: 40px;
    }
}

@media screen and (min-width: 993px){
    .vestiging_medewerkers .heading_mobile{
        display: none;
    }
}
@media screen and (max-width: 992px){
    .vestiging_medewerkers{
        flex-direction: column;
        gap: 32px;
    }
    .vestiging_medewerkers > div{
        max-width: 100%;
    }

    .vestiging_medewerkers .heading_mobile{
        margin-bottom: 32px;
    }

    .vestiging_medewerkers .right_col{
        padding-left: 0;
    }
    .vestiging_medewerkers .right_col h2{
        display: none;
    }
}