
.color-secondary {
    color: #D8D8D8;
}

.st-underline {
    background-color: #2b4c85;
    width: 4.8em;
    height: .3em;
}

.solutions-header__text, h1 {
    color: #2B4C85;
    font-weight: 600;
    font-size: 2.2em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.gradient-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-image: linear-gradient(-360deg, rgba(17, 28, 86, 0.1) 0%, rgba(23, 59, 121, 1) 99%);
}

