.featuresBlock {
  background: #000;
  padding: 50px 0;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.featuresBlock:after {
  content: "";
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: calc(50% + 480px);
  right: 0;
  background: #282828;
}
.featuresBlock:before {
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  top: 0;
  width: 0;
  right: calc(50% + 480px);
  border-left: 150px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 150px solid #282828;
}
.featuresBlock .cols {
  position: relative;
  z-index: 1;
}
.featuresBlock .cols .col {
  display: inline-block;
  vertical-align: middle;
  width: calc(35% - 120px);
}
.featuresBlock .cols .col:first-child {
  width: 360px;
}
.featuresBlock .cols .col:nth-child(3) {
  text-align: center;
  width: calc(35% - 120px);
}
.featuresBlock .cols .col:nth-child(4) {
  text-align: right;
  width: calc(30% - 120px);
}
.featuresBlock .cols .col img {
  display: inline-block;
  vertical-align: middle;
  height: 44px;
  width: auto;
  opacity: 0.4;
}
.featuresBlock .cols .col .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  width: calc(100% - 90px);
  text-align: left;
  font-weight: 600;
  margin-left: 10px;
}
.featuresBlock .cols .col .label.primary {
  color: #ff6500;
  letter-spacing: 0;
  margin-left: 0;
}
@media all and (max-width: 1700px) {
  .featuresBlock:after {
    height: 100%;
    left: auto;
    position: absolute;
    top: 0;
    width: calc(50% + 400px);
  }
  .featuresBlock:before {
    right: calc(50% + 400px);
  }
}
@media all and (max-width: 1540px) {
  .featuresBlock:after {
    height: 100%;
    left: auto;
    position: absolute;
    top: 0;
    width: calc(50% + 300px);
  }
  .featuresBlock:before {
    right: calc(50% + 300px);
  }
}
@media all and (max-width: 1440px) {
  .featuresBlock:after {
    height: 100%;
    left: auto;
    position: absolute;
    top: 0;
    width: calc(50% + 300px);
  }
  .featuresBlock:before {
    right: calc(50% + 300px);
  }
  .featuresBlock .cols .col .label {
    font-size: 12px;
  }
}
@media all and (max-width: 1320px) {
  .featuresBlock {
    background: #282828;
  }
  .featuresBlock:before,
  .featuresBlock:after {
    display: none;
  }
  .featuresBlock .cols .col:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .featuresBlock .cols .col:nth-child(2),
  .featuresBlock .cols .col:nth-child(4) {
    width: 33.3333%;
  }
  .featuresBlock .cols .col:nth-child(3) {
    width: 33.3333%;
  }
}
@media all and (max-width: 1120px) {
  .featuresBlock .cols .col {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px;
  }
  .featuresBlock .cols .col .label {
    display: block;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=features_block.css.map */