.section_content.achievement .container {
  padding: 40px 20px;
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
}
.section_content.achievement .container .left_content {
  width: 80%;
  font-size: 26px;
}
.section_content.achievement .container .left_content h3 {
  margin-bottom: 20px !important;
  font-size: 36px;
}
.section_content.achievement .container .left_content h2 {
  margin-bottom: 20px !important;
  font-size: 48px;
}
.section_content.achievement .container .left_content p {
  margin-bottom: 20px !important;
  font-size: 26px;
}
.section_content.achievement .container .left_content ul, .section_content.achievement .container .left_content ol {
  padding-left: 20px;
  margin-bottom: 20px !important;
}
.section_content.achievement .container .left_content .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
}
.section_content.achievement .container .left_content .subtitle {
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
}
.section_content.achievement .container .left_content .description {
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
  padding-top: 48px;
}
.section_content.achievement .container .right_content {
  width: 20%;
}
.section_content.achievement .container .right_content .content_ctr {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.section_content.achievement .container .right_content .content_ctr .title {
  font-weight: 600;
  font-style: W6;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0%;
}
.section_content.sez .container {
  padding: 40px 20px;
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
}
.section_content.sez .container .left_content {
  width: 100%;
  font-size: 26px;
}
.section_content.sez .container .left_content h3 {
  margin-bottom: 20px !important;
  font-size: 36px;
}
.section_content.sez .container .left_content h2 {
  margin-bottom: 20px !important;
  font-size: 48px;
}
.section_content.sez .container .left_content p {
  margin-bottom: 20px !important;
  font-size: 26px;
}
.section_content.sez .container .left_content ul, .section_content.sez .container .left_content ol {
  padding-left: 20px;
  margin-bottom: 20px !important;
}
.section_content.sez .container .left_content .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
}
.section_content.sez .container .left_content .subtitle {
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  padding-top: 48px;
}
.section_content.sez .container .left_content .description {
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
  padding-top: 28px;
}

@media only screen and (max-width: 959px) {
  .section_content.achievement .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .section_content.achievement .container .left_content {
    width: 100%;
  }
  .section_content.achievement .container .left_content .title {
    font-size: 36px;
  }
  .section_content.achievement .container .left_content .subtitle {
    font-size: 26px;
  }
  .section_content.achievement .container .left_content .description {
    font-size: 22px;
    padding-top: 30px;
  }
  .section_content.achievement .container .right_content {
    width: 100%;
  }
  .section_content.sez .container .left_content .title {
    font-size: 36px;
  }
  .section_content.sez .container .left_content .subtitle {
    font-size: 26px;
    padding-top: 20px;
  }
  .section_content.sez .container .left_content .description {
    font-size: 22px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 743px) {
  .section_content.achievement .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .section_content.achievement .container .left_content {
    font-size: 18px;
    width: 100%;
  }
  .section_content.achievement .container .left_content h3 {
    margin-bottom: 20px !important;
    font-size: 22px;
  }
  .section_content.achievement .container .left_content h2 {
    margin-bottom: 20px !important;
    font-size: 26px;
  }
  .section_content.achievement .container .left_content p {
    margin-bottom: 20px !important;
    font-size: 18px;
  }
  .section_content.achievement .container .left_content .title {
    font-size: 22px;
  }
  .section_content.achievement .container .left_content .subtitle {
    font-size: 20px;
  }
  .section_content.achievement .container .left_content .description {
    font-size: 16px;
    padding-top: 30px;
    line-height: 26px;
  }
  .section_content.achievement .container .right_content {
    width: 100%;
  }
  .section_content.sez .container .left_content {
    font-size: 18px;
  }
  .section_content.sez .container .left_content h3 {
    margin-bottom: 20px !important;
    font-size: 22px;
  }
  .section_content.sez .container .left_content h2 {
    margin-bottom: 20px !important;
    font-size: 26px;
  }
  .section_content.sez .container .left_content p {
    margin-bottom: 20px !important;
    font-size: 18px;
  }
  .section_content.sez .container .left_content .title {
    font-size: 22px;
  }
  .section_content.sez .container .left_content .subtitle {
    font-size: 20px;
    padding-top: 20px;
  }
  .section_content.sez .container .left_content .description {
    font-size: 16px;
    padding-top: 30px;
    line-height: 26px;
  }
}/*# sourceMappingURL=content.css.map */