@font-face {
  font-family: 'Valky Regular';
  src: url("../assets/Valky Regular.ttf") format("truetype"); }

.process-info .step {
  font-family: "Valky Regular", sans-serif; }

.process-start, .process-end {
  position: absolute; }

.process-start {
  left: 50%;
  top: 75px;
  width: 65px;
  height: 10px;
  border-radius: 5px;
  background-color: #595959;
  transform: translateX(-50%) translateY(-50%); }

.process-end {
  left: 50%;
  bottom: 0;
  width: 65px;
  height: 65px;
  transform: translateX(-50%); }

.process-list {
  display: flex;
  flex-direction: column;
  padding: 150px 0;
  position: relative; }
  @media (max-width: 768px) {
    .process-list {
      overflow: hidden; } }
  .process-list:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 180px);
    background-color: #595959;
    top: calc(50% - 20px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 640px) {
      .process-list:after {
        display: none; } }

.process-item {
  display: flex;
  width: 45%;
  position: relative; }
  @media (max-width: 768px) {
    .process-item {
      flex-direction: column; } }
  @media (max-width: 640px) {
    .process-item {
      width: 100%;
      margin-bottom: 20px; } }
  .process-item:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #595959;
    width: 50%;
    right: calc(-10% - 5px);
    top: 30%; }
  .process-item:nth-child(even) {
    align-items: flex-end;
    margin-left: auto;
    flex-direction: row-reverse; }
    @media (max-width: 768px) {
      .process-item:nth-child(even) {
        flex-direction: column; } }
    .process-item:nth-child(even):after {
      content: "";
      position: absolute;
      right: 0;
      left: calc(-10% - 5px);
      top: 58%;
      width: 40%; }
      @media (max-width: 640px) {
        .process-item:nth-child(even):after {
          top: 30%; } }
    .process-item:nth-child(even) .process-info {
      padding-left: 0;
      padding-right: 16px; }
      @media (max-width: 640px) {
        .process-item:nth-child(even) .process-info {
          padding-right: 0; } }
      .process-item:nth-child(even) .process-info .top {
        flex-direction: row-reverse;
        justify-content: flex-end; }
        @media (max-width: 768px) {
          .process-item:nth-child(even) .process-info .top {
            flex-direction: row;
            justify-content: flex-start; } }
    .process-item:nth-child(even) .step {
      margin-left: 15px; }

.process-img {
  border-radius: 50%;
  min-width: 180px;
  height: 180px;
  width: 180px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .process-img {
      margin-bottom: 20px; } }
  @media (max-width: 640px) {
    .process-img {
      min-width: 150px;
      height: 150px;
      width: 150px; } }
  .process-img img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.process-info {
  display: flex;
  flex-direction: column;
  padding-left: 16px; }
  @media (max-width: 640px) {
    .process-info {
      padding-left: 0; } }
  .process-info .top {
    align-items: center;
    display: flex;
    margin-bottom: 20px; }
  .process-info .step {
    color: #595959;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 12.32px; }
    @media (max-width: 1024px) {
      .process-info .step {
        font-size: 42px;
        letter-spacing: 7.56px; } }
  .process-info .text {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3.64px; }
    @media (max-width: 1024px) {
      .process-info .text {
        font-size: 24px;
        letter-spacing: 1.92px; } }
  .process-info .bottom {
    color: #595959;
    font-size: 18px;
    line-height: calc(30/20);
    letter-spacing: 2.34px; }
    @media (max-width: 1024px) {
      .process-info .bottom {
        font-size: 16px;
        letter-spacing: 1.28px; } }

.data-list {
  display: flex;
  flex-direction: column;
  margin: 60px 0; }

.data-item {
  align-items: baseline;
  display: flex;
  margin-bottom: 15px; }

.data-label {
  font-size: 22px;
  font-weight: 600;
  margin-right: 60px;
  letter-spacing: 2.86px; }
  @media (max-width: 640px) {
    .data-label {
      font-size: 16px;
      margin-right: 20px;
      word-break: keep-all;
      letter-spacing: 0.96px; } }

.data-value {
  color: #595959;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2.34px; }
  @media (max-width: 640px) {
    .data-value {
      font-size: 14px;
      letter-spacing: 0.84px; } }
