.service__table-pro-wrap {
  border-radius: 40px;
  outline: 1px solid var(--blue-white-color);
  overflow: hidden;
}

.service__table-pro-head {
  padding: clamp(
      18px,
      calc(18px + (24 - 18) * (100cqw - 1280px) / (1600 - 1280)),
      24px
    )
    clamp(
      20px,
      calc(20px + (30 - 20) * (100cqw - 1280px) / (1600 - 1280)),
      30px
    );
  background-color: var(--blue-white-color);
  display: grid;
  grid-template-columns:
    clamp(
      64px,
      calc(64px + (74 - 64) * (100cqw - 1280px) / (1600 - 1280)),
      74px
    )
    1fr;
  gap: clamp(
    16px,
    calc(16px + (24 - 16) * (100cqw - 1280px) / (1600 - 1280)),
    24px
  );
  align-items: center;
}

.service__table-pro-head-img-wrap {
  height: clamp(
    64px,
    calc(64px + (74 - 64) * (100cqw - 1280px) / (1600 - 1280)),
    74px
  );
}

.service__table-pro-head-img-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service__table-pro-head-subtitle {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--gray-color);
}

.service__table-pro-head-title {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(
    19px,
    calc(19px + (21 - 19) * (100cqw - 1280px) / (1600 - 1280)),
    21px
  );
  font-weight: 600;
  line-height: 133%;
}

.service__table-pro-head-title-mark {
  padding: clamp(
      2px,
      calc(2px + (5 - 2) * (100cqw - 1280px) / (1600 - 1280)),
      5px
    )
    clamp(8px, calc(8px + (12 - 8) * (100cqw - 1280px) / (1600 - 1280)), 12px);
  font-family: "Onest", sans-serif;
  background-color: var(--pink-white-color);
  color: var(--pink-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  border-radius: 40px;
}

.service__table-pro-body-item {
  padding: clamp(
      18px,
      calc(18px + (26 - 18) * (100cqw - 1280px) / (1600 - 1280)),
      26px
    )
    clamp(
      30px,
      calc(30px + (40 - 30) * (100cqw - 1280px) / (1600 - 1280)),
      40px
    );
  display: flex;
  flex-direction: column;
  gap: clamp(
    12px,
    calc(12px + (16 - 12) * (100cqw - 1280px) / (1600 - 1280)),
    16px
  );
}

.service__table-pro-body-item:not(:first-child) {
  border-top: 1px solid var(--blue-white-color);
}

.service__table-pro-body-item-title {
  position: relative;
  padding-left: clamp(
    18px,
    calc(18px + (22 - 18) * (100cqw - 1280px) / (1600 - 1280)),
    22px
  );
  display: flex;
  flex-direction: row;
  gap: clamp(
    10px,
    calc(10px + (14 - 10) * (100cqw - 1280px) / (1600 - 1280)),
    14px
  );
  align-items: center;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(
    19px,
    calc(19px + (22 - 19) * (100cqw - 1280px) / (1600 - 1280)),
    22px
  );
  font-weight: 600;
  line-height: 130%;
}

.service__table-pro-body-item-title::before {
  content: "";
  position: absolute;
  top: clamp(
    9px,
    calc(9px + (10.5 - 9) * (100cqw - 1280px) / (1600 - 1280)),
    10.5px
  );
  left: 0;
  display: block;
  width: 8px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--pink-color);
}

.service__table-pro-body-item-title-mark {
  padding: clamp(
      2px,
      calc(2px + (4 - 2) * (100cqw - 1280px) / (1600 - 1280)),
      4px
    )
    clamp(8px, calc(8px + (10 - 8) * (100cqw - 1280px) / (1600 - 1280)), 10px);
  font-family: Onest;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  background-color: var(--pink-white-color);
  color: var(--pink-color);
  border-radius: 40px;
}

.service__table-pro-body-item-text {
  font-size: clamp(
    18px,
    calc(18px + (20 - 18) * (100cqw - 1280px) / (1600 - 1280)),
    20px
  );
  line-height: 149%;
  color: var(--gray-color-second);
}

.service__table-pro-body-item-text *:first-child {
  margin-top: 0;
}

.service__table-pro-body-item-text *:last-child {
  margin-bottom: 0;
}

.service__table-pro-bot {
  padding: clamp(
      18px,
      calc(18px + (24 - 18) * (100cqw - 1280px) / (1600 - 1280)),
      24px
    )
    clamp(
      20px,
      calc(20px + (30 - 20) * (100cqw - 1280px) / (1600 - 1280)),
      30px
    );
  background-color: var(--pink-color);
  color: var(--white-color);
  display: grid;
  grid-template-columns:
    clamp(
      64px,
      calc(64px + (74 - 64) * (100cqw - 1280px) / (1600 - 1280)),
      74px
    )
    1fr auto;
  gap: clamp(
    16px,
    calc(16px + (24 - 16) * (100cqw - 1280px) / (1600 - 1280)),
    24px
  );
  align-items: center;
}

.service__table-pro-bot-img-wrap {
  height: clamp(
    64px,
    calc(64px + (74 - 64) * (100cqw - 1280px) / (1600 - 1280)),
    74px
  );
}

.service__table-pro-bot-img-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service__table-pro-bot-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.service__table-pro-bot-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.service__table-pro-bot-title {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(
    19px,
    calc(19px + (21 - 19) * (100cqw - 1280px) / (1600 - 1280)),
    21px
  );
  font-weight: 600;
  line-height: 133%;
}

.service__table-pro-bot-mark {
  padding: clamp(
      2px,
      calc(2px + (5 - 2) * (100cqw - 1280px) / (1600 - 1280)),
      5px
    )
    clamp(8px, calc(8px + (12 - 8) * (100cqw - 1280px) / (1600 - 1280)), 12px);
  background-color: var(--white-color);
  color: var(--pink-color);
  border-radius: 40px;
  font-family: "Onest", sans-serif;
  font-size: clamp(
    16px,
    calc(16px + (18 - 16) * (100cqw - 1280px) / (1600 - 1280)),
    18px
  );
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  height: fit-content;
  width: fit-content;
}

@media(max-width: 1366px) {
  .service__table-pro-body-item-title {
  line-height: 140%;
  }
  .service__table-pro-body-item-text {
    line-height: 135%;
  }
  .service__table-pro-bot {
    align-items: self-start;
  }
  .service__table-pro-bot-subtitle {
    line-height: 145%;
  }
}

@media(max-width: 992px) {
  .service__table-pro-wrap {
    border-radius: 30px;
  }
  .service__table-pro-head {
    padding: 14px 16px;
    gap: 12px;
    grid-template-columns: 54px 1fr;
  }
  .service__table-pro-head-img-wrap {
    height: 54px;
  }
  .service__table-pro-head-subtitle {
    font-size: 15px;
    line-height: 144%;
  }
  .service__table-pro-head-title {
    font-size: 17px;
  }
  .service__table-pro-head-title-mark {
    font-size: 14px;
  }
  .service__table-pro-body-item {
    padding: 14px 20px;
  }
  .service__table-pro-body-item-title {
    gap: 8px;
    padding-left: 14px;
    font-size: 17px;
    line-height: 128%;
  }
  .service__table-pro-body-item-title::before {
    width: 6px;
  }
  .service__table-pro-body-item-text {
    font-size: 16px;
    line-height: 127%;
  }
  .service__table-pro-body-item-title-mark {
    font-size: 15px;
    line-height: 123%;
  }
  .service__table-pro-bot {
    padding: 12px 16px 16px 16px;
    grid-template-columns: 54px 1fr;
    column-gap: 12px;
    row-gap: 0px;
  }
  .service__table-pro-bot-img-wrap {
    height: 54px;
  }
  .service__table-pro-bot-mark {
    grid-column: 2;
  }
  .service__table-pro-bot-subtitle {
    font-size: 15px;
  }
  .service__table-pro-bot-title {
    font-size: 17px;
    line-height: 111%;
  }
  .service__table-pro-bot-mark {
    font-size: 14px;
  }
}

@media(max-width: 650px) {
  .service__table-pro-head-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .service__table-pro-body-item-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .service__table-pro-body-item-title-mark {
    margin-left: -14px;
  }
}
