.section-features {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.7)
    ),
    url('../img/freefall.webp');
  background-position: center;
  background-size: cover;
  padding: 9.6rem 0;
}

.features-header {
  grid-column: 1/-1;
}

.features-phrase {
  color: #fff;
  font-size: 3.6rem;
}

.features-header .secondary-heading {
  color: #dee2e6;
  margin-bottom: 1.6rem;
}

.feature {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.feature-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.feature-description {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #dee2e6;
}

.features-phrase-last {
  color: #fff;
  font-size: 3.6rem;
  grid-column: 1/-1;
  text-align: center;
  line-height: 1.2;
}

hr {
  height: 1px;
  border: none;
  background-color: #868e96;
}

.section-features .app-download-link {
  grid-column: 1/-1;
  width: 75%;
  justify-self: center;
}
