.section-2-wrapper {
  /* layout */
  position: relative;
  display: flex;
  flex-direction: column;

  /* style */

  /* typography */
  text-align: center;
}

.section-2-content-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 160px;
  padding-left: 20px;
  padding-right: 20px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-2-title {
  /* layout */
  margin-bottom: 120px;

  /* typography */
  color: #0bade4;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}

.section-2-text-highlight {
  /* typography */
  color: #11baf3;
}

.section-2-inner-content-wrapper {
  /* layout */
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  column-gap: 50px;
  margin-bottom: 180px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.section-2-inner-content-wrapper-last {
  /* layout */
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  column-gap: 50px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    flex-direction: column;
  }
}

.section-2-img {
  /* layout */
  width: 640px;
  height: 370px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    width: 350px;
    height: 180px;
  }
}

.section-2-img-wrapper {
  /* layout */
  width: 100%;
  max-width: 640px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-2-text-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;
  max-width: 640px;
  width: 100%;
  justify-content: end;

  /* typography */
  word-break: break-all;
  text-align: start;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: none;
  }
}

.section-2-text-wrapper-mobile {
  /* layout */
  display: none;
  flex-direction: column;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  width: 100%;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: flex;
  }
}

.section-2-inner-text-wrapper-mobile {
  /* layout */
  width: fit-content;
  display: flex;
  flex-direction: row;
  column-gap: 4px;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}

.section-2-text-1 {
  /* typography */
  color: #868686;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 12px;
    line-height: 18px;
  }
}

.section-2-text-2 {
  /* layout */
  margin-top: 8px;

  /* typography */
  color: #0bade4;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0px;
  }
}

.section-2-text-3 {
  /* layout */
  margin-top: 4px;

  /* typography */
  color: #343434;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
  }
}

.section-2-text-4 {
  /* layout */
  margin-top: 30px;

  /* typography */
  color: #868686;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    text-align: start;
  }
}

.pc-break-line {
  /* layout */
  display: block;

  /* responsive */
  @media screen and (max-width: 1000px) {
    display: none;
  }
}
