/* sss 랜딩페이지 seciton6 스타일 코드 */
.section_5 {
  background: #fff;
  padding: 160px 0px;
  gap: 80px;
}

.section_5_text_container {
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
}
.section_5_subtitle {
  color: #313743;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.08px;
}

.section_5_graph_container {
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.section_5_graph_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
