:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.solution-overview .ia-container > .h4 {
  max-width: 1160px;
  margin: 0 auto 7rem;
}
.solution-overview .solution-overview__list-item {
  display: flex;
  padding: 7rem 0;
  border-bottom: 0.2px solid #b4bd9a;
}
.solution-overview .solution-overview__list-item .content-entry {
  margin-bottom: 0;
}
.solution-overview .solution-overview__list-item .content-entry p:last-child {
  margin-bottom: 0;
}
.solution-overview .solution-overview__list-item > .h5 {
  width: 40%;
  position: relative;
  padding-left: 12rem;
}
.solution-overview .solution-overview__list-item > .h5 span {
  width: 9.4rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.solution-overview .solution-overview__list-item .content-entry {
  width: 50%;
  box-sizing: border-box;
  padding-right: 6rem;
}

@media (max-width: 1024px) {
  .solution-overview .solution-overview__list-item {
    padding: 5rem 0;
  }
  .solution-overview .solution-overview__list-item .content-entry {
    padding-right: 0;
  }
  .solution-overview .solution-overview__list-item > .h5 {
    padding-left: 5rem;
    padding-right: 2rem;
  }
  .solution-overview .solution-overview__list-item > .h5 span {
    width: 4rem;
    top: 0.1rem;
  }
}
@media (min-width: 768px) {
  .solution-overview .solution-overview__list-item .content-entry {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .solution-overview .solution-overview__list-item {
    padding: 0;
    display: block;
  }
  .solution-overview .solution-overview__list-item.active > .h5 i:after {
    display: none;
  }
  .solution-overview .solution-overview__list-item .content-entry {
    display: none;
    padding-bottom: 3rem;
    width: auto;
  }
  .solution-overview .solution-overview__list-item > .h5 {
    padding: 3rem 2.5rem 3rem 2rem;
    width: auto;
    margin: 0;
  }
  .solution-overview .solution-overview__list-item > .h5 i {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .solution-overview .solution-overview__list-item > .h5 i:before, .solution-overview .solution-overview__list-item > .h5 i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background: #cdf35c;
    transition: all 0.3s;
  }
  .solution-overview .solution-overview__list-item > .h5 i:after {
    width: 2px;
    height: 100%;
  }
  .solution-overview .solution-overview__list-item > .h5 span {
    width: 1.5rem;
    top: 3.2rem;
  }
}

/*# sourceMappingURL=solution-overview.css.map */