.philosophy .section-title h2::after {
  width: 350px;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1%;
}

.philosophy-card {
  display: grid;
  gap: 20px;
  text-align: center;
  margin-top: 20px;
}

.philosophy-text {
  margin: 0 auto;
}

.philosophy-card h3 {
  margin: 0;
  padding: 20px 14px 0;
  color: #fff;
  background: var(--navy);
  font-size: 24px;
  line-height: 1.2;
  border-radius: 10px 10px 0 0;
  max-width: 260px;
  min-width: 200px;
}

.philosophy-card p {
  min-height: 82px;
  margin: 0;
  padding: 0 20px 22px;
  color: #fff;
  background: var(--navy);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 800;
  text-align: left;
  border-radius: 0 0 10px 10px;
  max-width: 260px;
  min-width: 200px;
}

.philosophy-icon {
  width: 118px;
  height: 118px;
  margin: 0 auto;
  object-fit: contain;
}

.outline .section-title h2::after {
  width: 215px;
}

.access .section-title h2::after {
  width: 200px;
}

.map-placeholder {
  width: 100%;
  aspect-ratio: 1520 / 830;
  border: 1px solid #d8dde5;
  overflow: hidden;
  background: #eef2f6;
}

.map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.72) contrast(0.95);
}

@media (max-width: 1020px) {
  .philosophy-card h3 {
    font-size: 21px;
  }
}

@media (max-width: 900px) {
  .philosophy-card h3 {
    font-size: 24px;
  }

  .philosophy .section-title h2::after {
    width: 205px;
  }

  .philosophy-grid {
    grid-template-columns: 1fr 1fr;
  }

  .outline .section-title h2::after {
    width: 115px;
  }

  .access .section-title h2::after {
    width: 110px;
  }
}

@media (max-width: 600px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
  }

  .outline {
    max-width: 400px;
  }

  .access {
    width: 100%;
  }

  .map-placeholder {
    aspect-ratio: 600 / 830;
  }
}
