/**
 * Sustainable Component Styles
 */
.wrapper {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 1440px) {
  .e-container {
    margin: 64px 120px;
    max-width: 1200px;
    min-height: 509px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .e-content {
    width: 1200px;
    min-height: 84px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
  }

  .e-sections {
    flex: 1;
  }

  .ep-header p,
  .q-header p {
    max-width: 1200px;
    min-height: 35px;
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .ep-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04rem;
    height: 29px;
  }

  .e-block-header {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f2f3f5 100%);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }

  .e-section-container {
    display: grid;
    grid-template-columns: repeat(3, 400px);
  }

  .e-section-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 12px;
    padding: 20px 20px 32px 20px;
    box-sizing: border-box;
    background: var(--item-bg, #fff);
  }

  .crossbar {
    width: 360px;
    height: 0;
    border-top: 4px solid var(--crossbar-bg, #242424);
    opacity: 1;
    position: relative;
    margin: 9px auto;
  }

  .crossbar::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid var(--crossbar-bg, #242424);
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .e-section-header {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: flex-start;
  }

  .e-section-title {
    flex: 1;
  }

  .e-section-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
  }

  .e-section-desc {
    max-width: 362px;
    min-height: 96px;
  }

  .e-section-desc,
  .e-section-desc p,
  .e-section-desc ul,
  .e-section-desc li {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04rem;
    margin: 0 0 0 10px;
  }

  /*human*/
  .h-container {
    max-width: 1200px;
    gap: 24px;
    transform: rotate(0deg);
    opacity: 1;
    display: flex;
    flex-direction: column;
    margin: 64px 120px;
  }

  .h-content {
    max-width: 1200px;
    display: flex;
    gap: 20px;
    transform: rotate(0deg);
    opacity: 1;
    flex-direction: column;
  }

  .human-policy-header p,
  .ethical-policy-header p {
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0;
    max-width: 1200px;
    min-height: 35px;
    transform: rotate(0deg);
    opacity: 1;
  }

  .hp-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0;
    max-width: 1200px;
    min-height: 29px;
  }

  .h-steps {
    width: 100%;
  }

  .h-step-container {
    display: flex;
    flex-direction: row;
    gap: 80px;
    width: 1200px;
  }

  .step-block {
    flex: 0 0 auto;
    width: 240px;
  }

  .wrapper .step-header {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    opacity: 1;
    border: 1px solid var(--color-grey-100, rgba(222, 223, 224, 1));
    border-radius: 999px;
    margin-bottom: 19px;
    padding: 0;
  }

  .step-title {
    text-align: center;
    margin-top: 10px;
    max-width: 140px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    min-height: calc(16px * 2);
  }

  .step-title p {
    max-height: 180px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    line-height: 150%;
  }

  .step-image,
  .step-image img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }

  .step-content {
    max-width: 240px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04rem;
    opacity: 1;
    margin: 0;
    padding-top: 12px;
  }

  .step-content ul {
    margin: 0;
    padding-left: 25px;
  }

  .step-content li {
    margin-bottom: 8px;
    list-style-type: disc;
    margin: 0 0 0 -2px;
  }

  .step-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 95px;
  }

  .connector-circle {
    width: 6px;
    height: 6px;
    background-color: var(--color-grey-200, rgba(192, 192, 194, 1));
    border-radius: 50%;
    display: block;
  }

  .connector-line-content {
    flex: 1;
    border-left: 1px solid var(--color-grey-200, rgba(192, 192, 194, 1));
    margin: 0;
  }

  .step-header.connector-line {
    position: relative;
  }

  /*
ethical
*/

  .et-container {
    max-width: 1200px;
    display: flex;
    gap: 48px;
    flex-direction: column;
    margin: 64px 120px;
  }

  .et-content {
    max-width: 1200px;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .et-desc {
    max-width: 1200px;
    min-height: 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04rem;
  }

  .et-block {
    max-width: 1200px;
    min-height: 768.12px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .et-image,
  .et-image img {
    width: 1200px;
    height: 370.12px;
    object-fit: cover;
  }

  .et-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    max-width: 1200px;
    min-height: 358px;
    justify-content: space-between;
    justify-items: center;
    gap: 48px;
  }

  .et-section-block {
    max-width: 370px;
    padding: 24px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 16px;
  }

  .et-section {
    max-width: 322px;
    display: contents;
  }

  .et-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .et-section-title p {
    max-width: 322px;
    min-height: 38px;
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
  }

  .et-section-block .section-content ul {
    max-width: 322px;
    min-height: 256px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
  }

  .et-section-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04rem;
  }

  .et-section-content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 25px;
  }

  /*
safety
*/

  .s-container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 88px;
    margin: 64px 120px;
  }

  .s-content {
    width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .s-policy-header p {
    max-width: 1200px;
    min-height: 35px;
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    text-transform: uppercase;
  }

  .s-desc {
    max-width: 1200px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04rem;
    height: 29px;
  }

  .s-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    gap: 24px;
    min-height: 346px;
  }

  .s-section {
    position: relative;
    background: #f5f5f5;
    border-radius: 12px;
    border-left: 2px;
    padding: 72px 24px 24px 24px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 16px;
  }

  .s-image {
    width: 104px;
    height: 104px;
    border-radius: 80px;
    border-width: 12px;
    display: flex;
    gap: 10px;
    padding: 24px;
    justify-content: center;
    background: #46b088;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    margin-left: 0;
    box-shadow: 0 0 0 12px #fff;
  }

  .s-image img {
    width: 56px;
    height: 56px;
  }

  .s-section-content {
    display: contents;
  }

  .s-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .s-section-title p {
    opacity: 1;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.04rem;
    text-align: center;
    vertical-align: middle;
  }

  .s-section-text {
    width: 100%;
  }

  .s-section-text ul {
    display: flex;
    padding-left: 23px;
    flex-direction: column;
    gap: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04rem;
  }

  /*
quality
*/

  .q-container {
    max-width: 1200px;
    min-height: 768.61px;
    display: flex;
    margin: 0;
    flex-direction: column;
    gap: 48px;
    margin: 64px 120px;
  }

  .q-content {
    max-width: 1200px;
    min-height: 84px;
    transform: rotate(0deg);
    opacity: 1;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .q-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0;
    max-width: 1200px;
    min-height: 29px;
  }

  .q-sections {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .q-section-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    position: relative;
  }

  .q-section {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 12px;
    box-sizing: border-box;
    position: relative;
    padding: 0 16px;
  }

  .q-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .q-section-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin: 0;
    text-align: center;
  }

  .q-section-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04rem;
    opacity: 1;
    max-width: 268px;
    min-height: 200px;
  }

  .q-section-content ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .q-section-content p {
    margin: 0 0 12px 0;
  }

  .q-image {
    width: 1200px;
    height: 324.61px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .q-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .q-container {
    margin: 56px 64px;
    display: flex;
    max-width: 896px;
    flex-direction: column;
    gap: 48px;
  }

  .q-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .q-header p {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    text-transform: uppercase;
  }

  .q-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
  }

  .q-image,
  .q-image img {
    width: 100%;
  }

  .q-sections {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .q-section-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    position: relative;
  }

  .q-section {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 12px;
    box-sizing: border-box;
    position: relative;
    padding: 0 16px;
  }

  .q-section-title {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .q-section-title p {
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: 0.04rem;
    text-align: center;
  }

  .q-section-content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 15px;
  }

  .q-section-content ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.04rem;
  }

  /*environment*/
  .e-container {
    display: flex;
    max-width: 896px;
    margin: 56px 64px;
    flex-direction: column;
    gap: 48px;
  }

  .e-content {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .ep-header p {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    text-transform: uppercase;
  }

  .ep-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
  }

  .e-block-header {
    width: 100%;
    height: 56px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f2f3f5 100%);
  }

  .e-section-container {
    display: grid;
    grid-template-columns: repeat(3, 298.67px);
  }

  .e-section-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    transform-origin: center;
    gap: 18px;
    padding: 20px 20px 32px 20px;
    opacity: 1;
    box-sizing: border-box;
    background: var(--item-bg, #fff);
  }

  .e-section-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .e-section-title p {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
  }

  .crossbar {
    border-top: 4px solid var(--crossbar-bg, #242424);
    opacity: 1;
    position: relative;
  }

  .crossbar::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid var(--crossbar-bg, #242424);
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .e-section-desc ul,
  .e-section-desc li {
    margin: 0;
  }

  .e-section-desc ul {
    padding-left: 24px;
  }

  .e-section-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.04rem;
    margin: 0;
  }

  .et-section-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.04rem;
    padding: 0 0 0 22px;
  }

  .et-section-content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /*
  safety
  */
  .s-container {
    display: flex;
    flex-direction: column;
    gap: 88px;
    margin: 56px 64px;
    max-width: 896px;
  }

  .s-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .s-policy-header p {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    text-transform: uppercase;
  }

  .s-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
  }

  .s-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    gap: 20px;
  }

  .s-section {
    flex: 1 1 calc(33.33% - 20px);
    position: relative;
    background: #f5f5f5;
    z-index: -2;
    border-radius: 12px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    padding: 50px 12px 16px 12px;
    border-radius: 12px;
    border-left: 2px;
    gap: 16px;
  }

  .s-image {
    width: 104px;
    height: 104px;
    border-radius: 80px;
    border-width: 12px;
    display: flex;
    gap: 10px;
    padding: 24px;
    justify-content: center;
    background: #46b088;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    margin-left: 0;
    box-shadow: 0 0 0 12px #fff;
  }

  .s-image img {
    width: 56px;
    height: 56px;
  }

  .s-section-content {
    display: contents;
  }

  .s-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .s-section-title p {
    margin-top: 16px;
    opacity: 1;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
  }

  .s-section-text {
    width: 100%;
  }

  .s-section-text ul {
    display: flex;
    padding-left: 23px;
    flex-direction: column;
    gap: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.04rem;
  }

  /* ethical*/
  .et-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 56px 64px;
    max-width: 896px;
  }

  .et-content {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .ethical-policy-header p {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    text-transform: uppercase;
  }

  .et-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
  }

  .et-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .et-image,
  .et-image img {
    width: 896px;
    height: 276.36px;
    object-fit: cover;
  }

  .et-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    justify-items: center;
    gap: 24px;
  }

  .et-section-block {
    box-sizing: border-box;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    padding: 24px;
    gap: 16px;
  }

  .et-section {
    display: contents;
  }

  .et-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .et-section-title p {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04rem;
    text-align: center;
    margin: 0 auto;
  }

  .et-section-block .section-content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
  }

  /* human*/
  .h-container {
    width: 896px;
    margin: 56px 64px;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .h-content {
    width: 100%;
    display: flex;
    gap: 20px;
    transform: rotate(0deg);
    opacity: 1;
    flex-direction: column;
  }

  .human-policy-header p {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: 0;
    transform: rotate(0deg);
    text-transform: uppercase;
    opacity: 1;
  }

  .hp-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0;
    transform: rotate(0deg);
    opacity: 1;
  }

  .h-steps {
    width: 100%;
  }

  .h-step-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 896px;
    margin: 0 auto;
    width: 100%;
    gap: 32px;
  }

  .step-block {
    flex: 1;
    max-width: 250px;
    box-sizing: border-box;
  }

  .wrapper .step-header {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    opacity: 1;
    border: 1px solid var(--color-grey-100, rgba(222, 223, 224, 1));
    border-radius: 999px;
    margin-bottom: 19px;
    padding: 0;
  }

  .step-title {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    min-height: calc(11.95px * 2);
  }

  .step-title p {
    max-width: 94.08px;
    font-weight: 700;
    font-size: 11.95px;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    line-height: 150%;
  }

  .step-image,
  .step-image img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }

  .step-content {
    max-width: 200px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04rem;
    opacity: 1;
    margin: 0;
    padding-top: 20px;
  }

  .step-content ul {
    margin: 0;
    padding-left: 25px;
  }

  .step-content li {
    margin-bottom: 8px;
    list-style-type: disc;
  }

  .step-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 75px;
  }

  .connector-circle {
    width: 6px;
    height: 6px;
    background-color: var(--color-grey-200, rgba(192, 192, 194, 1));
    border-radius: 50%;
    display: block;
  }

  .connector-line-content {
    flex: 1;
    border-left: 1px solid var(--color-grey-200, rgba(192, 192, 194, 1));
    margin: 0;
  }

  .step-header.connector-line {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .q-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 56px 40px;
    max-width: 688px;
  }

  .q-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .q-header,
  .q-header p {
    min-height: 29px;
  }

  .q-header p {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    text-transform: uppercase;
  }

  .q-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.04em;
    min-height: 27px;
  }

  .q-image,
  .q-image img {
    width: 100%;
    height: 186.11px;
  }

  .q-sections {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .q-section-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    position: relative;
  }

  .q-section {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 12px;
    box-sizing: border-box;
    position: relative;
    padding: 0 12px;
  }

  .q-section-title {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .q-section-title p {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.04rem;
  }

  .q-section-content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 14px;
  }

  .q-section-content ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.04em;
  }

  /*environment*/
  .e-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 56px 40px;
    max-width: 688px;
  }

  .e-content {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .et-section-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04rem;
  }

  .et-section-content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 20px;
  }

  .et-section-content ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.04em;
  }

  .ep-header p {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    text-transform: uppercase;
  }

  .ep-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
  }

  .e-block-header {
    width: 100%;
    height: 56px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f2f3f5 100%);
  }

  .e-section-container {
    display: grid;
    grid-template-columns: repeat(3, 229.33px);
  }

  .e-section-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    transform: rotate(0deg);
    transform-origin: center;
    gap: 14px;
    padding: 20px 12px 20px 12px;
    opacity: 1;
    box-sizing: border-box;
    background: var(--item-bg, #fff);
  }

  .e-section-title p {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    min-height: 60px;
  }

  .crossbar {
    border-top: 4px solid var(--crossbar-bg, #242424);
    opacity: 1;
    position: relative;
    height: 20px;
  }

  .crossbar::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid var(--crossbar-bg, #242424);
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .e-section-desc ul,
  .e-section-desc li {
    margin: 0;
  }

  .e-section-desc ul {
    padding-left: 16.5px;
  }

  .e-section-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    margin: 0;
    letter-spacing: 0.04em;
  }

  /*
  safety
  */
  .s-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 56px 40px;
    max-width: 688px;
  }

  .s-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .s-policy-header p {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    text-transform: uppercase;
  }

  .s-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
  }

  .s-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    gap: 12px;
  }

  .s-section {
    flex: 1;
    position: relative;
    background: #f5f5f5;
    z-index: -2;
    border-radius: 12px;
    border-left: 2px;
    padding: 72px 12px 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .s-image {
    width: 88px;
    height: 88px;
    border-radius: 80px;
    border-width: 12px;
    display: flex;
    gap: 10px;
    padding: 24px;
    justify-content: center;
    background: #46b088;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    margin-left: 0;
    box-shadow: 0 0 0 12px #fff;
  }

  .s-image img {
    width: 40px;
    height: 40px;
  }

  .s-section-content {
    display: contents;
  }

  .s-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .s-section-title p {
    opacity: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.04rem;
    text-align: center;
    vertical-align: middle;
  }

  .s-section-text {
    width: 100%;
  }

  .s-section-text ul {
    display: flex;
    padding-left: 12px;
    flex-direction: column;
    gap: 12px;
  }

  .s-section-text ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.04rem;
  }

  /* ethical*/
  .et-container {
    max-width: 688px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 56px 40px;
  }

  .et-content {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .ethical-policy-header p {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    text-transform: uppercase;
  }

  .et-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
  }

  .et-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .et-image,
  .et-image img {
    width: 100%;
    height: 212.2px;
    object-fit: cover;
  }

  .et-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    gap: 12px;
    justify-items: center;
  }

  .et-section-block {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    padding: 24px 0;
    gap: 16px;
  }

  .et-section {
    display: contents;
  }

  .et-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .et-section-title p {
    max-width: 250px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    margin: 0 auto;
  }

  .et-section-block .section-content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 45px;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
  }

  /* human*/
  .h-container {
    max-width: 688px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 56px 40px;
  }

  .h-content {
    width: 100%;
    display: flex;
    gap: 20px;
    transform: rotate(0deg);
    opacity: 1;
    flex-direction: column;
  }

  .human-policy-header p {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: 0;
    transform: rotate(0deg);
    opacity: 1;
    text-transform: uppercase;
  }

  .hp-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0;
    transform: rotate(0deg);
    opacity: 1;
  }

  .h-steps {
    width: 100%;
  }

  .h-step-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1200%;
    margin: 0 auto;
    width: 100%;
    gap: 40px;
  }

  .step-block {
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  .wrapper .step-header {
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    opacity: 1;
    border: 1px solid var(--color-grey-100, rgba(222, 223, 224, 1));
    border-radius: 999px;
    margin-bottom: 0;
    flex-shrink: 0;
    padding: 0;
  }

  .step-title p {
    max-width: 160px;
    font-weight: 700;
    font-size: 11.95px;
    line-height: 150%;
    text-align: center;
  }

  .step-image,
  .step-image img {
    width: 44.8px;
    height: 44.8px;
    flex-shrink: 0;
  }

  .step-content {
    padding-left: 12px;
    flex: 1;
    min-width: 0;
  }

  .step-content ul {
    padding-left: 24px;
  }

  .step-content li {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;
  }

  .step-connector {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 24px;
  }

  .connector-circle {
    width: 6px;
    height: 6px;
    background-color: var(--color-grey-200, rgba(192, 192, 194, 1));
    border-radius: 50%;
    display: block;
  }

  .connector-line-content {
    flex: 1;
    border-top: 1px solid var(--color-grey-200, rgba(192, 192, 194, 1));
    margin: 0;
  }

  .step-header.connector-line {
    position: relative;
  }
}

p,
ul,
li,
.q-desc,
.ep-content,
.s-desc,
.et-desc,
.hp-content {
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
/* ===
=======================================================================
   Admin Page Styles
   ========================================================================== */

/* Admin section items */
.step-item,
.section-item {
  border: 1px solid #ddd;
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 5px;
  position: relative;
}

.wp-admin .step-header,
.wp-admin .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.section-item h3 {
  margin: 0;
  color: #23282d;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Add section button positioning */
#add-step,
#add-section {
  margin-top: 20px;
  background: #0073aa;
  border-color: #0073aa;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#add-step:hover,
#add-section:hover {
  background: #005a87;
  border-color: #005a87;
}

/* Remove button styling - positioned at top right */
.remove-step,
.remove-section {
  color: #a00;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.remove-section:hover {
  color: #dc3232;
  border-color: #dc3232;
  background: rgba(220, 50, 50, 0.1);
}

/* Form table improvements for admin */
.section-item .form-table {
  margin-top: 15px;
}

.section-item .form-table th {
  width: 150px;
  padding: 15px 10px 15px 0;
  vertical-align: top;
  font-weight: 600;
  color: #23282d;
}

.section-item .form-table td {
  padding: 15px 10px;
  vertical-align: top;
}

/* Form fields styling */
.section-item input[type="text"],
.section-item textarea {
  width: 100%;
  max-width: 600px;
}

/* Success notice styling */
.notice.notice-success {
  border-left-color: #46b450;
  background: #fff;
  padding: 12px;
  margin: 20px 0;
  border-radius: 3px;
}

.notice.notice-success p {
  margin: 0;
  color: #23282d;
  font-weight: 500;
}

.toggle-section-environment.dashicons,
.toggle-section-safety.dashicons,
.toggle-section-human.dashicons,
.toggle-section-ethical.dashicons,
.toggle-section-quality.dashicons {
  border: none;
  background: none;
  margin-left: 20px;
  cursor: pointer;
  font-size: 20px;
}

/* Responsive admin styles */
@media (max-width: 782px) {
  .wp-admin .step-header,
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .step-item .form-table th,
  .step-item .form-table td,
  .section-item .form-table th,
  .section-item .form-table td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .step-item .form-table th,
  .section-item .form-table th {
    border-bottom: none;
    padding-bottom: 5px;
  }

  #add-step,
  #add-section {
    width: 100%;
    text-align: center;
  }
}

/* ===
=======================================================================
   Human Policy Admin Styles (Drag & Drop)
   ========================================================================== */

.step-item.dragging,
.section-item.dragging {
  opacity: 0.8;
  transform: rotate(1deg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.step-placeholder,
.section-placeholder {
  height: 80px;
  background: #f8f9fa;
  border: 2px dashed #007cba;
  margin: 15px 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-header h3,
.section-header h3 {
  cursor: move;
  user-select: none;
  padding: 5px 0;
}

.step-header h3:hover,
.section-header h3:hover {
  color: #007cba;
}

.step-header h3:before,
.section-header h3:before {
  content: "⋮⋮ ";
  color: #999;
  margin-right: 8px;
  font-size: 14px;
}

.editor-loading {
  padding: 20px;
  text-align: center;
  background: #f8f9fa;
  border: 1px dashed #ccc;
  border-radius: 4px;
  color: #666;
}

.step-item,
.section-item {
  transition: all 0.2s ease;
  margin-bottom: 20px;
}

.step-item:hover,
.section-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section-index-number {
  width: 15px;
  height: 36px;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}

/* responsive 375px*/

@media (max-width: 767px) {
  /*
  quality
  */

  .q-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 48px 0;
  }

  .q-content-wrapper {
    max-width: 100%;
    min-height: 83px;
    padding: 0 16px;
  }

  .q-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .q-image {
    width: 343px;
    height: 92.79px;
    margin: 0 auto;
  }

  .q-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .q-sections {
    width: 100%;
    min-height: 690px;
  }

  .q-section-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
    width: 100%;
    min-height: 690px;
  }

  .q-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 140%;
    min-height: 27px;
  }

  .q-header p {
    min-height: 27px;
    position: unset;
  }

  .q-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #5b5b5c;
  }

  .q-section {
    max-width: 100%;
    min-height: 126px;
    gap: 12px;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
  }

  .q-section-title {
    max-width: 100%;
    min-height: 30px;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
  }

  .q-section-title p {
    max-width: 100%;
    min-height: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }

  .q-section-content {
    max-width: 100%;
    min-height: 84px;
  }

  .q-section:not(:last-child) {
    margin-bottom: 24px;
  }

  .q-section:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-grey-100, #dedfe0);
    opacity: 1;
  }

  .q-section-content ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
    display: flex;
    flex-direction: column;
  }

  .q-section-content ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #5b5b5c;
  }

  /*environment*/

  .e-container {
    max-width: 100%;
    min-height: 648px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 48px 0;
  }

  .e-content {
    max-width: 100%;
    min-height: 62px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    line-height: 150%;
    color: #5b5b5c;
  }

  .ep-header {
    width: 100% !important;
  }

  .ep-header p {
    max-width: 100%;
    min-height: 29px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #242424;
    position: unset;
  }

  .ep-content {
    width: 100%;
  }

  .e-sections {
    max-width: 100%;
  }

  .e-section-item {
    max-width: 100%;
    min-height: 282px;
    display: flex;
    flex-direction: column;
    transform: rotate(0deg);
    transform-origin: center;
    gap: 22px;
    padding: 20px;
    opacity: 1;
    box-sizing: border-box;
    background: var(--item-bg, #fff);
  }

  .e-block-header {
    width: 100%;
    height: 40px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f2f3f5 100%);
  }

  .e-section-container {
    display: flex;
    flex-direction: column;
  }

  .e-section-title p {
    width: 100%;
    min-height: 27px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 150%;
  }

  .crossbar {
    border-top: 2px solid var(--crossbar-bg, #242424);
    opacity: 1;
    position: relative;
    height: 20px;
  }

  .crossbar::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid var(--crossbar-bg, #242424);
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .e-section-desc ul,
  .e-section-desc li {
    margin: 0;
  }

  .e-section-desc ul {
    padding-left: 24px;
  }

  .e-section-desc ul li {
    line-height: 180%;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-size: 14px;
  }

  .e-section-desc {
    width: 100%;
    min-height: 120px;
  }

  /* safety*/
  .s-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 0 16px;
    width: 100%;
    min-height: 501px;
    margin: 48px 0;
  }

  .s-content {
    display: flex;
    width: 100%;
    min-height: 73px;
    gap: 16px;
    flex-direction: column;
  }

  .s-policy-header {
    width: 100% !important;
  }

  .s-policy-header p {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
  }

  .s-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    width: 100%;
  }

  .s-sections {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .s-section {
    flex: 1;
    width: 100%;
    position: relative;
    background: #f5f5f5;
    z-index: -2;
    border-radius: 12px;
    border-left: 2px;
    padding: 72px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .s-image {
    width: 88px;
    height: 88px;
    border-radius: 80px;
    border-width: 12px;
    display: flex;
    gap: 10px;
    padding: 24px;
    justify-content: center;
    background: #46b088;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    margin-left: 0;
    box-shadow: 0 0 0 12px #fff;
  }

  .s-image img {
    width: 40px;
    height: 40px;
  }

  .s-section-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: -1;
  }

  .s-section-title p {
    opacity: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
  }

  .s-section-text {
    width: 100%;
  }

  .s-section-text ul {
    display: flex;
    padding-left: 19px;
    flex-direction: column;
    gap: 12px;
  }

  .s-section-text ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.04em;
  }
  /*
  ethical
  */
  .et-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 48px 0;
  }

  .et-content {
    max-width: 100%;
    min-height: 94px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }

  .ethical-policy-header {
    width: 100% !important;
  }

  .ethical-policy-header p {
    width: 133px;
    max-width: 100%;
    font-size: 24px;
    line-height: 150%;
    font-weight: 700;
    color: #242424;
  }

  .et-desc {
    width: 100% !important;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #5b5b5c;
  }

  .et-block {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .et-sections {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .et-image {
    width: 343px;
    height: 105.79px;
    margin: 0 auto;
  }

  .et-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .et-section-block {
    max-width: 100%;
    display: flex;
    gap: 12px;
    flex-direction: column;
    position: relative;
    padding: 0 16px 24px 16px;
  }

  .et-section {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .et-section-title {
    max-width: 100%;
    min-height: 27px;
    padding-left: 16px;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .et-section-title p {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
  }

  .et-section-content ul {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 20px;
  }

  .et-section-content ul li {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.04em;
    font-weight: 400;
  }

  .et-section-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background: var(--color-grey-100, #dedfe0);
  }

  .et-section-block:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .et-section-block:last-of-type::after {
    display: none;
    gap: 0;
    padding: 0;
  }

  /* human*/
  .h-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    gap: 24px;
    margin: 48px 0;
  }

  .h-content {
    width: 100%;
    display: flex;
    gap: 16px;
    transform: rotate(0deg);
    opacity: 1;
    flex-direction: column;
  }

  .human-policy-header {
    width: 100% !important;
    position: unset;
  }

  .half-highlight::before {
    background: none;
  }

  .human-policy-header p {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
    transform: rotate(0deg);
    text-transform: uppercase;
    opacity: 1;
    position: unset;
  }

  .hp-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    transform: rotate(0deg);
    opacity: 1;
  }

  .h-steps {
    width: 100%;
  }

  .h-step-container {
    display: flex;
    flex-direction: column;
    max-width: 1200%;
    margin: 0 auto;
    width: 100%;
    gap: 80px;
  }

  .step-block {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
  }

  .wrapper .step-header {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    opacity: 1;
    border: 1px solid var(--color-grey-100, rgba(222, 223, 224, 1));
    border-radius: 999px;
    padding: 0;
  }

  .step-title {
    width: 126px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  .step-title p {
    max-width: 126px;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    line-height: 150%;
  }

  .step-image,
  .step-image img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }

  .step-content {
    max-width: 343px;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.04em;
    opacity: 1;
    margin: 0;
    margin-top: -7px;
  }

  .step-content ul {
    margin: 0;
    padding-left: 22px;
  }

  .step-content li {
    list-style-type: disc;
  }

  .step-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 32px;
  }

  .connector-circle {
    width: 6px;
    height: 6px;
    background-color: var(--color-grey-200, rgba(192, 192, 194, 1));
    border-radius: 50%;
    display: block;
  }

  .connector-line-content {
    flex: 1;
    border-left: 1px solid var(--color-grey-200, rgba(192, 192, 194, 1));
    margin: 0;
  }

  .step-header.connector-line {
    position: relative;
  }
}