i have a problem for this case.
html code :
<div class="col-md-4 col-12 kotakartikelhome1">
   <div class="sentence">               
   </div>
</div>
css :
.kotakartikelhome1{
    background-image: url("img/artikelhome1.jpg");
    filter: brightness(50%);
    background-size: 100% 100%;
    transition-duration: 0.5s;
    height: 400px;
    position: relative;
}
i just set for kotakartikelhome1 in filter for decrease the brightness, because i set it for my background image. then everything when i put anything inside sentence's class, everything getting dark, how to set those filter only affect the first div?