.bold {
    font-weight: bold;
}

.background {
    background-color: #005caf;
}

.text_color {
    color: white !important;
}

.custom_link {
    color: blue !important;
    text-decoration: underline !important;
}

/* .custom_link:hover {
    color: #00c3ff !important;
    text-decoration: underline !important;
} */

/* list ============= */
.benefits_list {
  padding-left: 20px;
  margin-top: 10px;
  /* color: red; */
}

.benefits_list li {
  margin-bottom: 10px;
  line-height: 1.6;
  /* color: blue; */
}
/* list end ================= */

