@charset "UTF-8";

.hero {
    background: url('assets/img/hero-bg.jpg') bottom center / cover no-repeat;
    color: white;
    padding: 60px 0;
    min-height: 450px;
    text-align: center;
  }

#features img.feature-items{
  width: 150px;
}
