html,
body {
  overflow-x: hidden;
}
div.features-head {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 10% auto;
  height: 30vh;
  max-width: 1400px;
}
img {
  width: 40%;
}
.features-section-background:nth-child(odd) {
  background-color: #eaeaea;
}
.features-section-background {
  height: 60vh;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 10% auto;
  margin: auto;
}
.features-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 1400px;
}
.features-section-words {
  font-size: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}

.features-styling {
  height: 50vh;
  background-color: #eaeaea;
}
@media only screen and (max-width: 1070px) {
  .features-head h1 {
    width: 50%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 900px) {
  .features-section-words h1 {
    font-size: 2em;
  }
  .features-section-words p {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 600px) {
  .features-section-words h1 {
    font-size: 1.5em;
  }
  .features-section-words p {
    font-size: 0.7em;
  }
  .features-head h1 {
    font-size: 2em;
  }
}
