.font-color-blue{
    color: #035EA5;
}
.font-color-green{
    color: #039F9F;
}
.font-color-purple{
    color: #AD5691;
}
.font-color-cyan{
    color: #4CD3D3;
}
.font-color-dark-blue{
    color: #001633;
}
.purple-bullet{
    color: #D29FE2;
    font: normal normal 800 16px/24px Mulish;
}
.green-bullet{
    color: #039F9F;
    font: normal normal 800 16px/24px Mulish;
}
.text-justify{
    text-align: justify;
}

.font-color-dark1{
    color: #0E393B;
}
.font-color-dark2{
    color: #192526;
}
.font-mulish-16{
    font: normal normal normal  1.125rem / 1.5rem  Mulish;
}



  .custom-bullets {
    list-style: none;
    padding-left: 1.5em;
  }
  
  .custom-bullets li::before {
    content: "•";
    color: #039F9F; /* Bullet color */
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-block;
    width: 1.3em;
    margin-left: -1em;
  }
