.text-bullets-container {font-size: 18px;  }
.text-bullets-container h3{color: var(--dark-blue); font-weight: 400; margin-bottom: 0; font-size: 25px;}
ul.bullet-list{font-size: 22px;font-weight: 700;line-height: 1.1;}
ul.bullet-list li{margin-bottom: 12px;padding-left: 52px;position: relative;min-height: 35px;display: flex;align-items: center;}
ul.bullet-list li:before{content:'\f058';font-family:"Font Awesome 6 pro";font-weight:900; position: absolute; left: 0; top: 0; font-size: 35px; line-height: 1; color: var(--blue);}
.bg-blue ul.bullet-list li:before, .bg-orange ul.bullet-list li:before{color: var(--white);}
.text-bullets-left > * + *, .text-bullets-right > * + *{margin-top: 35px;}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {

}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    .text-bullets-left{margin-bottom: 40px;}
}


/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){

}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
 @media (max-width: 575.98px){

}

/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { 
}
