.ed-valueprops-container {
  padding-top: 0;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.ed-valueprops-container .content {
  padding: 0 90px;
}

.ed-valueprops-container .content .headline {
  color: #9900ff;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.ed-valueprops-container .text {
  font-size: 16px;
  margin-top: 3%;
}

.ed-valueprops-container .text .value-prop {
  text-align: center;
  margin: 8px 0;
}

.ed-valueprops-container .text .value-prop h5 {
  color: #9900ff;
  font-size: 24px;
}

.ed-valueprops-container .text .value-prop img {
  margin: 0 auto;
  width: 65%;
  height: auto;
}

.ed-valueprops-container .text .value-prop .tool-tip {
  font-size: 12px;
  padding: 15% 12%  15% 10%;
  background: #fff;
  width: 100%;
  height: 95%;
  position: absolute;
  left: 0;
  display: none;
  border: solid 1px #9900ff;
  border-radius: 5px;
  box-shadow: 2px 2px 7px #444;
}

.ed-valueprops-container .text .value-prop .tool-tip span {
  position: absolute;
  right: 6px;
  top: -1px;
  color: #9900ff;
}

@media (max-width: 768px) {
  .ed-valueprops-container .text .value-prop img {
    margin: 0 auto;
    width: 145px;
    height: 97px;
  }
}

.ed-valueprops-container .text ul {
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
}

.ed-valueprops-container .text ul li {
  margin-bottom: 10px;
}

.ed-valueprops-container .btn-subtext {
  margin: 20px auto;
  text-align: center;
}

.ed-valueprops-container .btn-subtext2 {
  margin: 20px auto;
  text-align: center;
}

@media (max-width: 991px) {
  .ed-valueprops-container .text .value-prop h5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .ed-valueprops-container .text .value-prop p {
    font-size: 16px;
    font-size: 1rem;
  }
  .ed-valueprops-container .content {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .ed-valueprops-container .headline {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .ed-valueprops-container .btn-subtext2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
  }
}

@media (max-width: 480px) {
  .ed-valueprops-container .content {
    padding: 0 4px;
  }
  .ed-valueprops-container .text .value-prop img {
    width: 100%;
    height: auto;
  }
  .ed-valueprops-container .text .value-prop h5 {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    height: 24px;
  }
}

.ed-valueprops-container .content .headline {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #9900ff;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 30px;
  line-height: 1.25;
}

@media (max-width: 991px) {
  .ed-valueprops-container .content .headline {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .ed-valueprops-container .content .headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.ed-steps-container .headline {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #9900ff;
  letter-spacing: 5px;
  text-align: center;
  padding: 0 0 40px;
  padding: 0 0 2.5rem;
}

.ed-steps-container .step {
  color: #41af00;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  float: left;
  width: 15%;
}

.ed-steps-container .step img.step-number {
  width: 100%;
  vertical-align: top;
  float: right;
}

.ed-steps-container .descr-txt {
  padding: 0 0 32px 16px;
  padding: 0 0 2rem 16px;
  float: left;
  width: 80%;
}

.ed-steps-container .descr-txt .descr-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.ed-steps-container .steps {
  padding: 0 90px 32px;
  padding: 0 90px 2rem;
}

@media (max-width: 991px) {
  .ed-steps-container .steps {
    padding: 0 16px 24px;
    padding: 0 16px 1.5rem;
  }
  .ed-steps-container .descr-txt .descr-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .ed-steps-container .headline {
    font-size: 16px;
    font-size: 1rem;
  }
  .ed-steps-container .step img.step-number {
    height: 32px;
    width: auto;
  }
}

@media (max-width: 480px) {
  .ed-steps-container .descr-txt {
    /*
			padding: 16px 0 16px 0px;
			padding: 1rem 0 1rem 0px;
		*/
  }
}
