
.widget ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  // padding-left: 27px;
}

.widget li {
  padding-left: 27px;
  position: relative;
  list-style: none;
}

.widget li:before {
  content: '\f238';
  position: absolute;
  font-family: 'Material Design Icons';
  left: 2px;
  top: 13px;
  transform: translateY(-50%);
  color: #18afd3;
}

.widget li:before {
  color: #bdbdbd;
}

aside {margin-bottom: 30px;}

img {width: 100%; height: auto;}