.choose ul, .choose ul li h3{ color:#FFF;}
/*.choose ul{ padding: 0 3rem !important; }*/
.choose ul{ list-style: none; }
.choose ul li{ font-size: 24px;}
.choose ul li::before {
    content: "\f058"; /* Font Awesome unicode for the icon (e.g., 'fa-chevron-right') */
    font-family: "Font Awesome 5 Free"; /* Specify Font Awesome as the font */
    font-weight: 900; /* Make sure to use the right font weight */
    padding-right: 10px; /* Add space between icon and text */
    color: #FFF; /* Customize icon color */
}
.choose ul {
  list-style: none; /* Remove default bullet */
  padding-left: 0; /* Remove default left padding */
}

.choose ul li {
  display: flex;
  align-items: flex-start; /* Align text to the top of the bullet */
  margin-bottom: 10px; /* Optional: Adds spacing between list items */
}

.choose ul li::before {
  padding-right: 10px; /* Space between bullet and text */
  line-height: 1; /* Keep bullet vertically aligned */
  display: inline-block;
  transform: translateY(5px); /* Adjust the bullet to the center of the first line */
}

.choose ul li {
  //text-align: justify; /* Justify text if needed */
}
@media (min-width: 1048px) {
.choose ul li {
    padding-left: 5rem;
}
}
.choose ul{ list-style: none; padding-left: 0;}
@media (max-width: 768px) {
.choose .row .p-5{ padding: 2px !important; }
.choose ul li{ margin-bottom: 2px !important; width: 100%; padding: 0 10px; }
.choose ul li h3{ font-size: 22px;padding-left: 3rem;}

}

@media (min-width: 576px) {

}
@media (max-width: 640px) {

}