.develux-dashboard-widget{
  width: 100%;
  img{
    width: 100px;
    height: auto;
    margin-bottom: 10px;
  }
  ol{
    list-style-type: disc;
    padding-top: 5px;
  }
  .develux-dashboard-widget-metrics{
    ul{
      display: flex;
      li{
        margin-right: 15px;
        span{
          color: grey;
        }
      }
    }
  }
}