:root{
    --groen: #A2C6AC;
    --tekstGroen: #044B38;
    --geel: #FFD140;
}
.bullet-point-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.bullet-point::before{
    content: "•";
    display: inline-block;
    transform: scale(1.5);
    padding-right: 5px;
    color: #707070 ;
}
.aw-kleur-geel .elementor-shortcode .bullet-point-container .bullet-point::before{
    content: "•";
    display: inline-block;
    transform: scale(1.5);
    color: #707070 ;
    padding-right: 5px;
}
.bullet-point{
    color: #707070 !important;
}