.section-5-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: 40px;
  }
}

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

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

.section-5-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-5-content {
  /* layout */
  padding-top: 60px;
  padding-bottom: 80px;

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

.section-5-img {
  /* layout */
  width: 1440px;

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