@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


.status-bg {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 3.75px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
}

.status-bg li.green {
  background: rgba(0, 0, 0, 0) url("https://www.loggly.com/wp-content/themes/loggly/assets/images/site-images/icon-status-green.png") no-repeat scroll left top;
}
.status-bg ul li:first-child {
  margin-left: 0;
}
.status-bg ul {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
.status-bg ul li {
  float:left;
  list-style-type: none !important;
  margin: 0 0 0 10px;
  padding: 0 0 0 28px;
  width: 24%;
}
.status-bg ul li h6 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 17.75px;
  margin-bottom: 15px;
  min-height:35px;
}

.green > p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}