.bullet::before {
  content: url('/wp-content/uploads/2023/12/black-bullet.svg');
  position: absolute;
  left: -5px;
  
}

.bullet-gradient::before {
  background-image: linear-gradient(to bottom, #EBEBEB 0%, #EBEBEB 50%, rgba(24, 49, 82, 0.10) 50%, transparent 100%);
}