/*Colors*/
.di_section .di-container-featured{
    background-color: #222;
    padding: 120px 0;
}
.di_section .netmdp-btn{
    color: #000;
    background-color: #f6c200;
    border-color: #f6c200;
}
.di_section .netmdp-btn:hover{
    color: #000;
    border-color: #df781f;
    background-color: #df781f;
}
.gradient-bg {
    background: linear-gradient(40deg, rgb(246, 194, 0), rgb(35, 0, 0));
}
.gradient-bg__gradient--1 {
    background: radial-gradient(circle at center, rgb(246, 194, 0, 0.6), rgba(240, 120, 80, 0) 46%) no-repeat;
}
.gradient-bg__gradient--2 {
    background: radial-gradient(circle at center, rgba(223, 120, 31, 0.599) 0, rgba(90, 220, 250, 0) 43%) no-repeat;
}
.gradient-bg__gradient--3 {
    background: radial-gradient(circle at center, rgba(223, 120, 31, 0.6) 0, rgba(80, 109, 240, 0) 45%) no-repeat;
}
.gradient-bg__gradient--4 {
    background: radial-gradient(circle at center, rgba(223, 175, 0, 0.702) 0, rgba(30, 48, 180, 0) 42%) no-repeat;
}
/*Featured container*/
.di_section .di-container-featured h2 span{
    color: #f6c200;
}
/*Responsive*/
@media (min-width: 992px){
    .di_section .di-container-featured .di_zencontent{
        max-width: 80%;
        margin: auto;
    }
}