html {
  font-size: 16px; }

@media (max-width: 575.98px) {
  html body #features {
    padding: 100px 0; }
  html body #services .service .service-name {
    font-size: calc(1.5rem + 2vw); } }
@media (min-width: 576px) {
  html body #services .service .service-name {
    font-size: calc(1rem + 1vw); }
  html body #features .feature-label {
    font-size: 1rem; } }
@media (min-width: 768px) {
  html body #services .service .service-name {
    font-size: calc(1rem + .5vw); }
  html body #features .feature-label {
    font-size: 1.5rem; } }

/*# sourceMappingURL=responsive-style.css.map */
