.l-other-features {
  padding: 50px 0;
  position: relative;
}
.l-other-features:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  width: 50%;
  background: -webkit-radial-gradient(50% 0%, 50% 15px, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: -o-radial-gradient(50% 0%, 50% 15px, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: -moz-radial-gradient(50% 0%, 50% 15px, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: -ms-radial-gradient(50% 0%, 50% 15px, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: radial-gradient(50% 0%, 50% 15px, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  top: 100%;
  width: 100%;
  max-width: 720px;
}
.l-other-features__container {
  margin: 0;
}
.l-other-features__feature {
  margin: 15px 15px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  .l-other-features__feature {
    margin: 15px 15px 0 0;
  }
}
@media (max-width: 767px) {
  .l-other-features__feature {
    margin: 15px 0;
    padding-left: 70px;
  }
}
.l-other-features__feature-image {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  left: -15px;
}
@media (max-width: 991px) {
  .l-other-features__feature-image {
    width: 90px;
    height: 90px;
    left: -15px;
  }
}
@media (max-width: 767px) {
  .l-other-features__feature-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.l-other-features__feature-title {
  font-size: 1.625em;
  color: #0050a5;
  margin: 40px 0 0 0;
}
@media (max-width: 991px) {
  .l-other-features__feature-title {
    font-size: 1.25em;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .l-other-features__feature-title {
    font-size: 1.125em;
  }
}
.l-other-features__feature-text {
  font-size: 1em;
  line-height: 1.5;
  color: #616161;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .l-other-features__feature-text {
    font-size: 1em;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .l-other-features__feature-text {
    font-size: 0.75em;
    margin: 10px 0 0 0;
  }
}

/*# sourceMappingURL=layout_other_features.css.map */
