.about-our-code-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-our-code-section .section-title {
  margin-bottom: 24px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 72px; /* 112.5% */
  color: var(--e-global-brand-white);
}

.about-our-code-section .about-our-code-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-our-code-section .about-our-code-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  height: 440px;
  padding: 32px;
  background: var(--e-global-opacity-black-064);
  backdrop-filter: blur(60px);
  border-radius: 12px;
}

.about-our-code-section .about-our-code-item-number {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 24px; /* 150% */
  color: rgb(240 243 250 / 24%);
}

.about-our-code-section .about-our-code-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-our-code-section .item-title {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 40px; /* 125% */
  color: var(--e-global-brand-white);
}

.about-our-code-section .item-text {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-opacity-white-080);
}

@media screen and (max-width: 1796px) {
  .about-our-code-section .item-text {
    min-height: 112px;
  }
}

@media screen and (max-width: 1540px) {
  .about-our-code-section .item-title {
    min-height: 3em;
  }
}

@media screen and (max-width: 1442px) {
  .about-our-code-section .item-text {
    min-height: 140px;
  }
}

@media screen and (max-width: 1360px) {
  .about-our-code-section {
    padding-top: clamp(40px, -10.9091px + 9.0909vw, 120px);
    padding-bottom: clamp(40px, -10.9091px + 9.0909vw, 120px);
  }

  .about-our-code-section .section-title {
    font-size: clamp(40px, 24.7273px + 2.7273vw, 64px);
    line-height: 1.125;
  }
}

@media screen and (max-width: 1203px) {
  .about-our-code-section .item-text {
    min-height: 168px;
  }
}

@media screen and (max-width: 1139px) {
  .about-our-code-section .item-text {
    min-height: 196px;
  }
}

@media screen and (max-width: 998px) {
  .about-our-code-section .about-our-code-list {
    grid-template-columns: 1fr;
  }

  .about-our-code-section .item-title,
  .about-our-code-section .item-text {
    min-height: initial;
  }
}

@media screen and (max-width: 768px) {
  .about-our-code-section .about-our-code-item {
    height: 360px;
    padding: 24px;
  }
}

@media screen and (max-width: 560px) {
  .about-our-code-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-our-code-section .section-title {
    font-size: 40px;
    line-height: 48px;
  }

}