.hero {
  background: url('../images/snow/snow_melt_card.png') no-repeat center center/cover;
  height: 75vh;
  color: var(--background);
  text-shadow: black 0.1em 0.1em 0.2em;
  text-align: center;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 75px;
  margin-bottom: 100px;
}

.hero p {
  font-size: 30px;
  margin-bottom: 100px;
}

.snow-removal {
  background-color: var(--accent);
  height: 75vh;
  color: var(--background);
  text-shadow: black 0.1em 0.1em 0.2em;
  text-align: center;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snow-removal h1 {
  font-family: 'Playfair Display', serif;
  font-size: 75px;
  margin-bottom: 100px;
}

.snow-removal p {
  font-size: 30px;
  margin-bottom: 100px;
}

.snow-melt {
  background-color: var(--background);
  height: 75vh;
  color: var(--text-black);
  text-shadow: grey 0.1em 0.1em 0.2em;
  text-align: center;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snow-removal-melt h1 {
  font-family: 'Playfair Display', serif;
  font-size: 75px;
  margin-bottom: 100px;
}

.snow-removal-melt p {
  font-size: 30px;
  margin-bottom: 100px;
}