body,
.Normal {
  color: #494848;
}

.eds_subHeaderWrapper {
  position: relative;
  color: #fff;
  background-color: #2a8cc8;
  background-image: url("images/solution-subHeaderWrapper.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.eds_subHeaderWrapper .eds_subHeader,
.eds_subHeaderWrapper .eds_subHeaderHalf {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .eds_subHeaderWrapper .eds_subHeader,
.eds_subHeaderWrapper .eds_subHeaderHalf {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.eds_subHeaderWrapper .Normal,
.eds_subHeaderWrapper h1, .eds_subHeaderWrapper h2, .eds_subHeaderWrapper h3, .eds_subHeaderWrapper h4 {
  color: #fff;
}
.eds_subHeaderWrapper .eds_subHeaderHalf .eds_introBox2 {
  width: auto;
}
.eds_subHeaderWrapper .eds_subHeaderHalf .DnnModule + .DnnModule {
  margin-top: 2rem;
}

.eds_introBox h1, .eds_introBox h2,
.eds_introBox2 h1,
.eds_introBox2 h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.eds_introBox2 {
  width: 50%;
  color: #fff;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .eds_introBox2 {
    width: auto !important;
  }
}
.eds_introBox2 h2,
.eds_introBox2 p {
  text-shadow: 0 1px 1px #1795d5;
}
.eds_introBox2 h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .eds_introBox2 h2 {
    font-size: 30px;
  }
}
.eds_introBox2 p {
  font-size: 19px;
  margin: 0;
}
.eds_introBox2 p + p {
  margin-top: 1rem;
}

.eds_box2 .eds_boxTitle {
  color: #494848;
}

.process-list {
  list-style: none;
  counter-reset: step;
  padding: 0;
}

.process-list li {
  counter-increment: step;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.process-list li::before {
  content: counter(step);
  width: 60px;
  height: 60px;
  background: #1795d5;
  color: white;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  float: left;
  margin-right: 1rem;
  display: flex;
  font-size: 1.3rem;
}

.process-list h3 {
  margin: 0 0 0.5rem;
}

.process-list p {
  margin: 0;
}

.feature-list {
  list-style: none;
}

.feature-list li {
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  border-left: 5px solid #2b6cb0;
  transition: 0.2s;
}

.feature-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}