/* these four lines are what's in production now, setting colors */
.feature-region {
    background-image: -webkit-linear-gradient(left, #d73f09, #d73f09 0%, #d73f09);
    background-image: linear-gradient(to right, #d73f09, #d73f09 0%, #d73f09);
}

.ProductIcon__LargeCircle--program {
    background: #d73f09;
}

.ProductIcon__LargeCircle--course {
    background: #343c44;
}