.section-6-wrapper {
  /* layout */
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 120px;

  /* typography */
  text-align: center;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 20px;
  }
}

.section-6-content-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;
  margin-top: 80px;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 40px;
  }
}

.section-6-title {
  /* typography */
  color: var(--Black-Text, #343434);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

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

.section-6-subtitle {
  /* layout */
  margin-top: 24px;

  /* typography */
  color: var(--gray-70, #6e6e6e);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 12px;

    font-size: 14px;
    line-height: 22px;
  }
}

.section-6-content {
  /* layout */
  padding-top: 60px;
  padding-bottom: 80px;

  /* responsive */
  @media screen and (max-width: 1000px) {
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section-6-img {
  /* layout */
  width: 944px;

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