.dashboards{margin-top:45px}.dashboards .dashboard__items{display:flex;flex-wrap:wrap;justify-content:space-between}.dashboards .dashboard__items .dashboard__item{border:1px solid #e5e5eb;padding:10px;width:100%}.dashboards .dashboard__items .dashboard__item h4{font-size:16px;text-align:center;font-weight:700}.dashboards .dashboard__items .dashboard__item ul{list-style:none;text-align:left;padding:0;height:calc(100% - 40px);display:flex;justify-content:center;flex-direction:column}.dashboards .dashboard__items .dashboard__item ul li{list-style:none}.dashboards .dashboard__items .dashboard__item .dashboard__num{line-height:normal;font-size:40px;text-align:center;display:flex;height:calc(100% - 20px)}.dashboards .dashboard__items .dashboard__item .dashboard__num span{display:block;margin:auto}@media (min-width:768px){.dashboards .dashboard__items .dashboard__item{width:24%}}