.vc-features .container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .vc-features .container {
    flex-direction: column;
    align-items: center;
  }
}
.vc-features__feature {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: block;
}
@media screen and (max-width: 1175px) {
  .vc-features__feature {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 992px) {
  .vc-features__feature {
    padding: 10px;
  }
}
.vc-features__feature a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.2s all ease;
  display: block;
}
.vc-features__feature a:hover {
  color: #015ffe;
  text-decoration: underline;
  transition: 0.2s all ease;
}
.vc-features__line {
  background-image: linear-gradient(to right, #ffffff 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 9px 3px;
  background-repeat: repeat-x;
  width: 106px;
  height: 3px;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .vc-features__line {
    display: none;
  }
}
.vc-features a:hover ~ span {
  background-image: linear-gradient(to right, #015ffe 33%, rgba(255, 255, 255, 0) 0%);
}
.vc-features__left > .vc-features__feature {
  text-align: right;
}
.vc-features__left > .vc-features__feature span {
  top: calc(20px + 11px);
  right: calc(-112px - 18px);
}
.vc-features__right > .vc-features__feature {
  text-align: left;
}
.vc-features__right > .vc-features__feature span {
  top: calc(20px + 11px);
  left: calc(-112px - 18px);
}
.vc-features__left,
.vc-features__right {
  padding-top: 92px;
}
@media screen and (max-width: 992px) {
  .vc-features__left,
  .vc-features__right {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.vc-features__image {
  margin-left: 72px;
  margin-right: 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .vc-features__image {
    margin: 20px 0;
  }
  .vc-features__image__mockup {
    max-width: 100%;
  }
}
.vc-features__image__content {
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  left: 10.75%;
  top: 21%;
}
@media screen and (max-width: 650px) {
  .vc-features__image__content {
    width: 78.5%;
  }
}
.vc-features__image__content[data-feature="default"] {
  display: block;
}
