ul {
	padding-inline-start: 20px;
}
.bulletList {
	margin-bottom: 1rem;
 }
.specialbanner .rounded {
    border-radius: 1rem !important;
}
.text-xl{
   font-size: 2.1rem;
   font-family: wuerthbook,futura,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.highlightSpan {
   color: #0093dd !important;
}
.specialbanner .border {
   border-width: .2rem !important;
}
@media all and (max-width: 576px) {
   .text-xl{
      font-size: 1.5rem;
   }
}