.cleanup-arrow {
  position: relative;
}

.cleanup-arrow::before {
  content: "";
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: rotate(-45deg);
}

.cleanup-arrow::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(5px, -5px);
}

.feature-photo {
  background-image: url('/team-walkthrough-fast.jpg');
  background-position: center;
}

.hero-photo {
  background-image: url('/lawn-hero-fast.jpg');
}

h1,
h2,
h3,
.kicker,
.eyebrow {
  text-transform: capitalize;
}
