#custom-bullet-list1 {background-color: var(--light-background-color1); padding: 10px;}

.icon-bullet-list {
  color: #e50000 !important;
  top: 0 !important;
  line-height: 2 !important;
}

#custom-bullet-list1 ul {-webkit-column-count: 2; -moz-column-count: 2; -ms-column-count: 2; column-count: 2;}

@media only screen and (max-width: 991px) {
 #custom-bullet-list1 ul {-webkit-column-count: 1; -moz-column-count: 1; -ms-column-count: 1; column-count: 1;}
}

#custom-bullet-list1 li {font-size: 16px;}

.button-heading {font-size: 24px; line-height: 1.2; text-align: center; color: #333333; font-weight: 600;}
.solid-button-box-glowing {display: inline-block; margin: 10px 20px;}

.item-wrapper {background-color: var(--light-background-color1); padding: 14px;}

.nbsp-spacer {
    line-height: 0.5em;
}

/* START Custom Banner Notice */
.custom-banner-notice-container  {border-radius: 10px;
  background-color: var(--light-background-color5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px;}
.custom-banner-notice-heading {font-size: 1.2em; font-weight: 600; text-align: center;}
.custom-banner-notice-content {text-align: center;}
.custom-banner-notice-container .fas.fa-bell {color: red;}
  
  /* END Custom Banner Notice */
