.section-features {
  background-color: #fff;
  padding: 9.6rem 0;
}

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

.features-phrase {
  font-size: 3.6rem;
  text-align: left;
}

.features-margin-below {
  margin-bottom: 2rem;
}

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

.feature-box {
  display: flex;
  gap: 1.2rem;
}


.feature-img-box{
  min-width: 10rem;
  
}

.feature-img {
  max-width: 10rem;
  max-height: 10rem;
}

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


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

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

.features-phrase-last {
  
  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;
}
