/* ===== Data Engineering Service page ===== */
.des-page #top_title_area {
  position: relative;
  min-height: clamp(220px, 32vw, 360px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.des-page #top_title_area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 28, 81, 0.8), rgba(24, 95, 231, 0.42));
}

.des-page .l-topTitleArea__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.des-page #top_title_area img {
  max-width: none;
  height: 100%;
}

.des-page .l-topTitleArea__body {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.des-page .c-pageTitle {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.25;
}

.des-page .l-content {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) 0;
}

.des-page .post_content {
  color: #223552;
  line-height: 1.9;
}

.des-page .post_content > p:first-child {
  max-width: 920px;
  margin: 0 auto 42px;
  color: #425985;
  font-size: 1.06rem;
}

.des-page .post_content h2 {
  margin: 64px 0 24px;
  padding: 18px 22px;
  border-radius: 8px;
  background: #185fe7;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.05rem);
  line-height: 1.45;
}

.des-page .post_content h3 {
  margin: 42px 0 14px;
  padding-left: 14px;
  border-left: 4px solid #185fe7;
  color: #0a225f;
  font-size: clamp(1.22rem, 2.5vw, 1.72rem);
  line-height: 1.45;
}

.des-page .post_content h3::after {
  content: none;
}

.des-page .post_content h4 {
  margin: 20px 0 14px;
  padding-left: 14px;
  border-left: 3px solid #185fe7;
  color: #0a225f;
}

.des-page .post_content p {
  margin: 0 0 1.3em;
}

.des-page .wp-block-table {
  margin: 16px 0 36px;
  overflow-x: auto;
}

.des-page table {
  min-width: 760px;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 12px 32px rgba(20, 75, 168, 0.08);
}

.des-page th,
.des-page td {
  border: 1px solid #d8e6fb;
  padding: 13px 15px;
  vertical-align: top;
}

.des-page th {
  background: #185fe7;
  color: #fff;
  font-weight: 800;
}

.des-page td:first-child {
  width: 210px;
  background: #f6f9ff;
  color: #0a225f;
  font-weight: 800;
}

.des-page #content img {
  max-width: 100%;
  height: auto;
}

.des-page .wp-block-image {
  margin: 28px 0;
}

.des-page .wp-block-image img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(20, 75, 168, 0.12);
}

.des-page .swell-block-button {
  margin: 42px 0;
  text-align: center;
}

.des-page .swell-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 260px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #185fe7;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.des-page .post_content .swell-block-button__link,
.des-page .post_content .swell-block-button__link span {
  color: #fff;
  text-decoration: none;
}

.des-page .__icon {
  fill: currentColor;
}

@media (max-width: 780px) {
  .des-page .l-content {
    width: min(calc(100% - 24px), 1080px);
  }

  .des-page .wp-block-table {
    margin-inline: -4px;
    padding-bottom: 4px;
  }
}
