/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2026 | 09:17:33 */
#text-4 {
	margin-top:0;
}

h2.dis-none.is-style-section_ttl::before, h2.dis-none.is-style-section_ttl::after {
	display:none;
}

h2.pad-none.is-style-section_ttl.has-text-align-left {
	padding:0px;
}

.service-card .wp-block-group {
  padding:0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.service-card__img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  display: block;
}

.service-card__body {
  padding: 44px 44px 52px;
}

.service-card__icon {
  width: 74px;
  height: 74px;
  margin-bottom: 34px;
  border-radius: 14px;
  background: #e9f8f8;
  color: #008c9e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card__title {
  margin: 0 0 20px;
  color: #001653;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.service-card__text {
  margin: 0 0 34px;
  color: #555;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.85;
}

.service-card__link {
  color: #008c9e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
}

.service-card__link::after {
  content: "→";
  margin-left: 16px;
}

@media (max-width: 600px) {
  .service-card__body {
    padding: 32px 28px 40px;
  }

  .service-card__title {
    font-size: 24px;
  }

  .service-card__text,
  .service-card__link {
    font-size: 18px;
  }
}