.academy-banner span {
    color: #e32828;
}

.popular-post {
    background-color: #220d0e;
}

.popular-post h2 {
    color: #ecb61e;
}

.left-shade, .right-shade {
    background: linear-gradient(265deg, rgba(195, 33, 38, 0.30) 4.85%, rgba(10, 25, 49, 0.00) 63.41%);
    color: rgb(195 33 38);
}

.prd-footer {
    background: #222222;
}

.prd-footer a {
    background-color: #c32126;
    color: #fff;
}

.right-gradient, .left-gradient {
    background: linear-gradient(90deg, rgba(153, 27, 30, 0.11) 0%, rgba(255, 255, 255, 0.00) 100%);
    /* color: rgb(153 27 30); */
}
.resources-header a.custom_widget_signup_btn {
    display: inline !important;
}
.resources-header .flex.space-between {
    align-items: center;
    gap: 10px;
}
.prd-footer h2{
    max-width: 800px;
}
svg.lightning-img {
    fill: #ecb61e;
}