/* app-hero */

.app-hero .prime__text {
  max-width: 720px;
}

/* app-s-1 */

/* app-s-2 */

.app-s-2 .android-block > div:nth-child(2) {
  margin-left: auto;
  max-width: 650px;
}

/* app-s-3 */

.app-s-3 .android-block > div:nth-child(2) {
  margin-left: auto;
  max-width: 650px;
}

/* app-s-4 */
/* app-s-5 */

.information__list {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border-radius: 12px;
  border: 1px solid #7800ff;
  background: linear-gradient(139deg, #1f183c 11.67%, #14002a 51.42%, #350b64 90.42%);
  box-shadow: 0 0 30px 10px rgba(53, 11, 100, 0.7);
}

.information__list > li:last-child {
  position: relative;
}

.information__list > li:last-child::after {
  content: "";
  position: absolute;
  height: 50%;
  top: 50%;
  left: -20px;
  border-style: solid;
  border-width: 0 1px 0 0;
  -o-border-image: linear-gradient(
      180deg,
      rgba(120, 0, 255, 0) 0%,
      rgba(120, 0, 255, 0.45) 27.6%,
      rgba(120, 0, 255, 0.6) 52.62%,
      rgba(120, 0, 255, 0.45) 74.48%,
      rgba(120, 0, 255, 0) 100%
    )
    1;
  border-image: linear-gradient(
      180deg,
      rgba(120, 0, 255, 0) 0%,
      rgba(120, 0, 255, 0.45) 27.6%,
      rgba(120, 0, 255, 0.6) 52.62%,
      rgba(120, 0, 255, 0.45) 74.48%,
      rgba(120, 0, 255, 0) 100%
    )
    1;

  transform: translateY(-50%);
}

.information__list > li {
  width: calc(50% - 20px);
  border-radius: 12px;
  background: transparent;
}

.information__title {
  margin-top: 8px;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 12px;
  color: #0cafbb;
}

.information__list .list {
  gap: 0;
}

.information__list .list li {
  width: 100%;
  border-bottom: none;
  border-style: solid;
  border-width: 0 0 1px 0;

  -o-border-image: linear-gradient(
      90deg,
      rgba(12, 175, 187, 0) 0%,
      rgba(12, 175, 187, 0.45) 27.6%,
      rgba(12, 175, 187, 0.6) 52.62%,
      rgba(12, 175, 187, 0.45) 74.48%,
      rgba(12, 175, 187, 0) 100%
    )
    1;
  border-image: linear-gradient(
      90deg,
      rgba(12, 175, 187, 0) 0%,
      rgba(12, 175, 187, 0.45) 27.6%,
      rgba(12, 175, 187, 0.6) 52.62%,
      rgba(12, 175, 187, 0.45) 74.48%,
      rgba(12, 175, 187, 0) 100%
    )
    1;
}

/* app-s-5 */
/* app-s-6 */

.app-s-6 .info-list > li > div {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* app-s-7 */

.app-s-7 .accordion__item {
  border: 1px solid #0cafbb;
}

/* app-s-8 */
/* app-s-9 */
