.page-company .c-embed {
  margin-top: 24px;
}

.page-flow-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
  margin-top: 30px;
}
.page-flow-btns .c-btn--wide {
  max-width: 400px;
}

.page-processing-btns {
  display: grid;
  gap: 12px 10px;
  grid-template-columns: 1fr;
}

.page-processing-btn {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  display: flex;
  height: 52px;
  justify-content: center;
  padding: 0 12px;
  width: 100%;
}
.page-processing-btn p {
  color: #303131;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: calc(20 / 14);
  text-align: center;
}

.page-processing .c-heading-bar + .page-processing-steps {
  margin-top: 40px;
}

.page-processing-steps {
  display: flex;
  flex-direction: column;
}

.page-processing-step__head {
  align-items: center;
  display: flex;
  gap: 16px;
}
.page-processing-step__num {
  align-items: center;
  background-color: #868ba4;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  width: 38px;
}
.page-processing-step__title {
  color: #303131;
  font-size: clamp(1.125rem, 1.0303985873rem + 0.4036326942vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: calc(45 / 22);
}
.page-processing-step .c-desc {
  margin-top: 15px;
}

.page-processing-arrow {
  align-items: center;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  padding-bottom: 25px;
}
.page-processing-arrow::after {
  background-color: #e0e0e0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 25px;
  width: 51px;
}

.page-processing-note {
  margin-top: 16px;
}
.page-processing-note p {
  color: #939393;
  font-size: 12px;
  font-weight: 700;
  line-height: calc(28 / 12);
}

.page-tshirt-faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-tshirt-faq__item {
  background-color: #f9f9fa;
  border-radius: 10px;
  padding: 24px 20px;
}

.page-tshirt-faq__q,
.page-tshirt-faq__a {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}
.page-tshirt-faq__q::before,
.page-tshirt-faq__a::before {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  color: #868ba4;
  content: "Q";
  display: flex;
  flex-shrink: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 35px;
  justify-content: center;
  width: 35px;
}

.page-tshirt-faq__a {
  border-top: 1px solid #e0e0e0;
  margin-top: 16px;
  padding-top: 20px;
}
.page-tshirt-faq__a::before {
  background-color: #868ba4;
  border-color: #868ba4;
  color: #ffffff;
  content: "A";
}

.page-tshirt-faq__text {
  color: #303131;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(32 / 14);
}

.page-data__category > .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-data__category-link {
  background-color: #ffffff;
  border-radius: 999px;
  color: #0391db;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  min-width: 100px;
  overflow: hidden;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.page-data__category-link:hover, .page-data__category-link.is-select {
  background-color: #0391db;
  color: #fff;
  opacity: 1;
}
@media (min-width: 414px) {
  .page-processing-btns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .page-processing-btns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .page-company .c-embed {
    margin-top: 32px;
  }
  .page-flow-btns {
    margin-bottom: 75px;
    margin-top: 50px;
  }
  .page-processing .c-heading-bar + .page-processing-steps {
    margin-top: 75px;
  }
  .page-processing-arrow {
    margin-top: 38px;
    padding-bottom: 30px;
  }
  .page-tshirt-faq__item {
    padding: 32px 45px;
  }
  .page-tshirt-faq__q,
  .page-tshirt-faq__a {
    gap: 24px;
  }
  .page-tshirt-faq__q::before,
  .page-tshirt-faq__a::before {
    height: 40px;
    width: 40px;
  }
  .page-tshirt-faq__text {
    padding-top: 4px;
  }
  .page-data__category-link {
    min-width: 160px;
    padding: 16px 34px;
  }
}
@media (min-width: 1366px) {
  .page-processing-btns {
    gap: 18px 15px;
    grid-template-columns: repeat(3, 230px);
  }
}