﻿.section-list {
  display: flex;
  flex-direction: column;
}
.section-list section {
  display: flex;
}
.section-list section.vertical {
  flex-direction: column;
  align-items: center;
}
.section-list section.horizontal {
  flex-direction: row;
}
.stat-value {
  font-family: var(--font-texts);
  font-style: normal;
  font-size: 40px;
  text-align: center;
  line-height: 130%;
  /* identical to box height, or 52px */
  letter-spacing: -1px;
  color: #101010;
}

.stat-value-desc {
  width: 103px;
  height: 18px;
  font-family: var(--font-texts);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 150%;
  /* identical to box height, or 18px */
  color: #101010;
}

.ready-for-future {
  border-radius: 16px;
  background-image: url(/static/products/assets/img/ready-for-future.webp);
  width: 586px;
  height: 500px;
  padding: 3em;
}

.easy-convert {
  padding-right: 3em;
  gap: 1em;
}

terminal {
  background: rgba(234, 235, 240, 0.4392156863);
  border-radius: 4pt;
}

terminal shell {
  background: rgba(255, 255, 255, 0);
  font-family: var(--font-texts);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 1em 1em;
}

terminal text {
  background: rgba(255, 255, 255, 0);
  font-family: var(--font-texts);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

terminal copy {
  background: #FFC046;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 4pt 4pt 0px;
}

artifact {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
  padding-top: 2em;
  padding-bottom: 2em;
}
artifact about {
  padding-right: 3em;
}
artifact about h3 {
  font-size: 1.2em !important;
}
artifact description {
  font-family: var(--font-texts);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #101010;
}
artifact download {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
artifact download a {
  text-decoration: none;
}
artifact download size {
  font-family: var(--font-texts);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #101010;
}
artifact info added {
  font-family: var(--font-texts);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #101010;
}
artifact info downloads {
  font-family: var(--font-texts);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #101010;
}
