.bg-primary-subtle {
    background-color: #2B284A !important;
}
@media (min-width: 1200px) {
    .display-4
 {
        font-size: 3.5rem;
        color: #ffff;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 600;
    line-height: 1.2;
    color: #ffff;
}
.lead1 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #ffff;
}
a {
  text-decoration: underline;
}
