#main #client-login .custom-form #sb_terms_and_conditions .promotions-letter-flag label[role=button]{
    display: none;
}


#sb-main-container #main #sb-timeline #steps #details .detail-step-wrap .detail-step .license-links-container .promotions-letter-flag label[role=button]{
    display: none;
}


/* Assume the entire body or a container has a dark background 
   since the text is white (color: rgb(255, 255, 255);) */

.intro-text {
    font-size: 14pt;
    font-family: Arial, sans-serif;
    color: white; /* or #ffffff */
    margin-bottom: 15px; /* Use CSS for spacing */
    text-align: justify;
}

.call-to-action {
    font-size: 18.6667px;
    font-family: Arial, sans-serif;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

.service-columns {
    display: flex; /* Use Flexbox for a two-column layout */
    gap: 20px; /* Space between the columns */
}

.service-card {
    flex: 1; /* Makes both columns take up equal space */
    border: none; /* To mimic the 'table-bordered' style */
    padding: 15px;
    color: white;
}

.service-card h2 {
    font-size: 18px;
    margin-top: 0;
}


/* Target all tables with the specific class and remove the border */
.table-bordered {
    border: none;
}

/* ... and so on for all other elements ... */
