/* Global  Classes */

.custom-heading {
  font-size: 32px;
  color: #1c2d59;
  font-weight: bold;
}

.custom-paragraph {
  font-size: 20px;
  color: black;
  line-height: 1.6;
}

.dignity-button {
  background-color: #1c2d59 !important;
  color: #fff;
}
.dignity-button:hover {
  background-color: #f27b21 !important;
  color: #fff;
}
