:root {
    --sage-green: #00D639;
    --cti-text-dark-blue: #101010 !important;
    --cti-text-blue: #101010 !important;
}

.hero {
    background-color: #202020 !important;
    background-image: none !important;
    & h1 {
        color: var(--sage-green) !important;
    }
}

.hero-text {
    color: white !important;
}

.rounded-element.blue {
    border-color: var(--sage-green) !important;
}

.rounded-element.red {
    border-color: #202020 !important;
}