/* Viewports */
/* Additional colors */
@media only screen and (min-width: 1080px) {
  #home-steps .in h2 {
    width: 752px;
  }
}
@media only screen and (min-width: 1280px) {
  #teams-headline .in .content h1 {
    font-size: 52px;
  }
  #teams-grow .in .content h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  #home-features .in .item.integrations .content h2 span {
    display: block;
  }
}
/*# sourceMappingURL=en.css.map */