#home-heading {
  position: relative;
  min-height: 300px;
  background: url('../../img/car2.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#video-play a {
  color: #3d72b7;
}

#importance {
  background-color: white;
  color: #333;
}

.importance-img {
  margin-top: -50px;
}

#icon-boxes {
  background-color: white;
}
