* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Hero Demo Content*/
.services-hero {
  width: 100%;
  height: 90vh;
  background: url("/images/accounting.jpeg") center no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
