.features-qlinks {
  text-align: left;
  margin-top: 20px;
}

.features-qlinks ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.features-qlinks ul li {
  display: inline-block;
  font-size: 11px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font-family: var(--zf-primary-semibold);
}

.features-qlinks ul li a {
  color: #000;
  position: relative;
  opacity: 0.6;
}

.features-qlinks ul li a:hover {
  opacity: 1;
}

.features-qlinks ul li a:after {
  content: ">";
  position: absolute;
  right: -15px;
}

.features-qlinks ul li:last-child {
  opacity: 0.6;
  cursor: default;
}

.features-banner-wrap .content-wrap {
  margin: 10px auto 20px;
  z-index: 1;
  overflow: hidden;
}

.features-banner-content {
  text-align: center;
  margin: 60px auto 20px;
  max-width: 650px;
}

.features-banner-content p {
  margin: 10px auto 20px;
}

.security-inner-topbanner-illustration {
  text-align: center;
}

.security-inner-topbanner-illustration img {
  max-width: 400px;
  margin: 60px auto 30px;
  width: 100%;
}

.features-item:last-child .content-wrap:after {
  display: none;
}

.bottom-cta-wrap {
  background: #212121;
}

.bottom-cta-wrap .content-wrap {
  color: #fff;
}

.i18n-ar .features-banner-content {
  text-align: center;
}

.i18n-ar .features-banner-content * {
  text-align: center;
}

.i18n-ar .bottom-cta-wrap .content-wrap {
  text-align: center;
}

.i18n-ar .bottom-cta-wrap .content-wrap * {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .features-item {
    background: #fafafa;
  }
  .features-item .content-wrap {
    padding: 90px 0;
    position: relative;
    max-width: 1150px;
  }
  .features-item.bottom-image .cont-part {
    display: table;
    text-align: left;
  }
  .features-item .content-wrap:after {
    position: absolute;
    width: 80%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    left: 10%;
    bottom: 0;
  }
  .features-item.bottom-image .cont-part p,
  .features-item .cont-part p {
    text-align: left;
    padding-left: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  .features-item .cont-part h2,
  .features-item .cont-part h2 a {
    display: table-cell;
    text-align: left;
    width: 30%;
    vertical-align: top;
  }

  .bottom-cta-wrap .content-wrap {
    padding: 90px 0;
  }
  .all-features {
    margin: 0 auto;
  }
  .i18n-ar .features-item.bottom-image .cont-part p,
  .i18n-ar .features-item .cont-part p {
    padding-right: 40px;
    padding-left: 0;
  }

  .i18n-ar .features-item .cont-part h2,
  .i18n-ar .features-item .cont-part h2 a {
    text-align: right;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .features-item .content-wrap {
    padding: 60px 0;
  }
  .bottom-cta-wrap .content-wrap {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .features-banner-content {
    margin: 30px auto 20px;
  }
  .security-inner-topbanner-illustration img {
    max-width: 350px;
  }
  .features-qlinks {
    display: none;
  }
  .features-item {
    margin: 0 auto 60px;
    max-width: 600px;
  }
  .cont-part {
    text-align: center;
  }
  .bottom-cta-wrap .content-wrap {
    padding: 60px 0 60px;
  }
  .i18n-ar .features-item * {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .security-inner-topbanner-illustration img {
    max-width: 250px;
  }
}
