.intro.features {
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/bg7.jpg");
}

.features-title > .container > .row > .page-description.green {
  font-size: 32px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #222222;
}

h3.features-title {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  line-height: 28px;
  color: #3BAE5B;
  padding-bottom: 10px;
  text-transform: uppercase;
}

div.features-title {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  line-height: 28px;
  color: #3BAE5B;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.features-section .img-responsive {
  margin-bottom: 30px;
}

.section .section-title {
  padding-bottom: 70px;
}

.section-title.features {
  font-size: 43px;
  padding-bottom: 70px;
  padding-top: 70px;
}

.features-section > .container {
  padding: 90px 15px;
}

.features-section {
  padding: 0 0;
}

.features-section .img-responsive.deviceimg {
  max-height: 152px;
}

.iso-soc {
  margin-bottom: 20px;
}

.img-responsive img {
  margin-bottom: 30px;
}

.center-block img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.management--video {
  margin-bottom: 30px;
}

.management--video video {
  width: 100%;
  height: auto;
}

@media (max-width: 1359px) {
  .section-title.features {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .features-section--row {
    display: flex;
    flex-direction: column-reverse;
  }
}