.tech_systems {
  width: 100%;
  max-width: 920px;
  padding: 48px 0 28px;
  margin: 0 auto;
  @media screen and (max-width: 768px) {
    height: auto;
  }
  .tech_icon {
    margin-right: 16px;
  }
  .tech_path {
    margin-bottom: 56px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.5;
    color: $color-secondary;
    font-family: $font-family-hk;
    font-weight: bold;
    margin-bottom: 48px;
  }
  .tech_close {
    margin: 0 0 0 auto;
    .close_icon {
      width: 32px;
      height: 32px;
    }
  }

  h3 {
    font-family: Sora;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: $color-secondary;
    margin-bottom: 8px;
  }
  p {
    font-family: $font-family-hk;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: $color-dark;
    margin: 0;
    width: 100%;
    max-width: 384px;
  }
}

@media screen and (max-width: 768px) {
  .tech_systems {
    width: 100%;
    padding: 40px 15px 8px;
    .tech_text {
      margin-top: 40px;
    }
    .tech_path {
      margin-bottom: 32px;
    }
  }
  h2 {
    margin-bottom: 32px;
  }
}
