.icp-alignment {
  width: 100%;
  background-color: #111827;
  position: relative;
  overflow: hidden;
  z-index: 11;
}
.icp-alignment .back-layer {
  position: absolute;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  left: auto;
  transform: rotate(0);
  height: 100%;
  top: 0;
}
.icp-alignment .back-layer img {
  width: 100%;
}
.icp-alignment::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: url(../../images/icp-blur-circle.webp) no-repeat center center;
  z-index: -1;
}
.icp-alignment::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -35px;
  width: 500px;
  height: 500px;
  background: url(../../images/Ellipse-blur.png) no-repeat center center;
}
.icp-alignment .inner-part {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 76px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .icp-alignment .inner-part {
    gap: 40px;
  }
}
.icp-alignment .inner-part .left-part {
  width: calc(58% - 76px);
}
@media screen and (max-width: 1024px) {
  .icp-alignment .inner-part .left-part {
    width: calc(58% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .icp-alignment .inner-part .left-part {
    width: 100%;
  }
}
.icp-alignment .inner-part .left-part .section-tegline {
  border-radius: 100px;
  overflow: hidden;
  width: fit-content;
  background: transparent;
  /* color: #7a4dfc; */
  border: 1.5px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #7a4dfc, #d8ccfc);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}
.icp-alignment .inner-part .left-part .section-tegline .badge {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
  line-height: 100%;
  text-transform: uppercase;
  background-color: rgba(99, 99, 99, 0.91);
  color: #fff;
}
.icp-alignment .inner-part .left-part h2 {
  margin-top: 5px;
  margin-bottom: 8px;
  color: #ffffff;
}
.icp-alignment .inner-part .left-part p {
  color: #E5E7EB;
  padding-bottom: 0;
}
.icp-alignment .inner-part .left-part ul {
  margin-top: 30px;
  gap: 25px;
}
.icp-alignment .inner-part .left-part ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 26px;
  line-height: 1;
  color: #E5E7EB;
  font-size: 16px;
  margin-bottom: 25px;
}
.icp-alignment .inner-part .left-part ul li:last-child {
  margin-bottom: 0;
}
.icp-alignment .inner-part .left-part ul li::before {
  content: "";
  display: inline-block;
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  background: url(../../images/icons/white-check.svg) no-repeat center center;
  background-size: 18px 18px;
}
.icp-alignment .inner-part .right-part {
  width: 42%;
}
.icp-alignment .inner-part .right-part img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .icp-alignment .inner-part .right-part {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=icp-alignment.css.map */
