section.features {
  width: 100%;
  background-color: #222222;
  text-align: center;
  padding: 50px 20px 70px;
  box-sizing: border-box;
}
@media only screen and (min-width: 500px) {
  section.features {
    padding: 80px 10% 100px;
  }
}
@media only screen and (min-width: 1200px) {
  section.features {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1700px) {
  section.features {
    padding: 150px 5%;
  }
}
section.features .features-top img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  section.features .features-top img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  section.features .features-top img {
    max-width: 30%;
  }
}
@media only screen and (min-width: 1430px) {
  section.features .features-top img {
    max-width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  section.features .features-top p {
    max-width: 60%;
    margin: auto;
  }
}
@media only screen and (min-width: 1700px) {
  section.features .features-top p {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  section.features .features-bottom {
    display: flex;
    justify-content: space-between;
    padding: 5% 5% 0;
  }
}
section.features .features-bottom .features-paragraph {
  margin: 30px 0px 0px;
}
@media only screen and (min-width: 768px) {
  section.features .features-bottom .features-paragraph {
    margin: 50px 0px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  section.features .features-bottom .features-paragraph {
    width: 30%;
    margin: 0;
  }
  section.features .features-bottom .features-paragraph:nth-of-type(3) {
    order: 2;
  }
  section.features .features-bottom .features-paragraph:nth-of-type(2) {
    order: 3;
  }
}
section.features .features-bottom .features-paragraph a {
  color: #888888;
  text-decoration: none;
}
section.features .features-bottom .features-paragraph i {
  color: white;
  font-size: 2.5rem;
}
@media only screen and (min-width: 500px) {
  section.features .features-bottom .features-paragraph i {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  section.features .features-bottom .features-paragraph i {
    font-size: 6rem;
  }
}
section.features .features-bottom .features-paragraph p.hours {
  padding: 0 20%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  section.features .features-bottom .features-paragraph p.hours {
    padding: 0 10%;
  }
}
section.features .features-bottom.padding-top-0 {
  padding-top: 0px;
}
