#stappensection{
    padding: 80px 0px;
    overflow: hidden;
}

#stappensection .container{
    overflow: visible;
}

#stappensection .swiper {
    width: 100%;
    overflow: visible;
}

.swiper-button-next:after{
    content: '';
    background-image: url(/wp-content/themes/charliens/assets/images/solarshine_arrow.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-prev:after{
    content: '';
    background-image: url(/wp-content/themes/charliens/assets/images/solarshine_arrow.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scaleX(-1);
}

body #stappensection .swiper .swiper-button-prev{
    left: -5%;
}

body #stappensection .swiper .swiper-button-next{
    right: -5%;
}

#stappensection .swiper .afbeelding{
    position: relative;
}

#stappensection .swiper .afbeelding .stappencount{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #293080;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 30px;
    font-family: 'co-headline', sans-serif;
}

#stappensection .swiper .content h3{
    margin: 0;
    color: #293080;
    font-size: 20px;
    line-height: 26px;
}

#stappensection .swiper .content p{
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
}

#stappensection .swiper .content{
    padding: 20px 40px;
    box-sizing: border-box;
    background: white;
}

#stappensection .swiper .swiper-slide{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
}