/*Colors*/
.di_section .netmdp-btn{
    color: #fff;
    background-color: #e67715;
    border-color: #e67715;
}
.di_section .netmdp-btn:hover{
    color: #222;
    border-color: #f6c200;
    background-color: #f6c200;
}
.gradient-bg {
    background: linear-gradient(40deg, rgb(230, 119, 21), rgb(35, 0, 0));
}
.gradient-bg__gradient--1 {
    background: radial-gradient(circle at center, rgba(197, 103, 20, 0.6), rgba(240, 120, 80, 0) 46%) no-repeat;
}
.gradient-bg__gradient--2 {
    background: radial-gradient(circle at center, rgba(230, 119, 21, 0.599) 0, rgba(90, 220, 250, 0) 43%) no-repeat;
}
.gradient-bg__gradient--3 {
    background: radial-gradient(circle at center, rgba(230, 119, 21, 0.6) 0, rgba(80, 109, 240, 0) 45%) no-repeat;
}
.gradient-bg__gradient--4 {
    background: radial-gradient(circle at center, rgba(246, 118, 6, 0.702) 0, rgba(30, 48, 180, 0) 42%) no-repeat;
}
.di_zenbox-number {
  display: block;
  margin: 0 auto 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 55px;
  color: #000;
  position: relative;
  font-weight: 900;
}
/*Featured container*/
.di_section .di-container-featured h2 span{
    color: #e67715;
}
/*Responsive*/
@media (min-width: 992px){
    .di_section .di-container-featured .di_zencontent{
        max-width: 80%;
        margin: auto;
    }
}