a.no-anim:before,
a.no-anim:after {
  content: none;
}

.yb-flex {
  display: flex;
  gap: 25px;
}

.yb-flex > div,
.yb-flex > p,
.yb-flex > ul {
  flex-grow: 1;
}

@media (max-width: 599px) {
  section ul {
    padding-left: 0;
  }

  .cyberpunk .boxtree > div {
    width: calc(100% - var(--gap));
  }

  #software-imgs {
    text-align: center;
  }

  .yb-flex {
    flex-direction: column;
  }

  .yb-flex-reverse-sm {
    flex-direction: column-reverse;
  }

  .yb-hidden-sm {
    display: none;
  }
}

@media (max-width: 899px) {
  .cyberpunk .boxtree {
    margin: 0px -20px;
  }
}
