.page-heading {
  margin-bottom: 32px;
}

.page-heading h1 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.12;
}

.page-heading p {
  margin: 0;
  max-width: 720px;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.5;
}

.material-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 13px;
  font-weight: 700;
}

.material-card {
  overflow: hidden;
}

.material-card-link {
  display: inline-flex;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 10px;
  background: #111827;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.content-main-image {
  display: block;
  width: min(100%, 800px);
  height: auto;
  margin: 24px 0;
  border-radius: 18px;
  object-fit: contain;
  background: #f3f4f6;
}

.content-card-image {
  display: block;
  width: calc(100% + 48px);
  height: auto;
  margin: -24px -24px 18px;
  object-fit: cover;
  background: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 18px 18px 0 0;
}

.news-card-image {
  flex: 0 0 220px;
  width: 220px;
  height: 140px;
  border-radius: 14px;
  object-fit: cover;
  background: #f3f4f6;
}

@media (max-width: 640px) {
  .news-card-image {
    width: 100%;
    height: 180px;
    flex-basis: auto;
  }
}

.content-main-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 24px 0;
  border-radius: 18px;
  object-fit: cover;
  background: #f3f4f6;
}

.content-card-image {
  display: block;
  width: calc(100% + 48px);
  aspect-ratio: 8 / 5;
  height: auto;
  margin: -24px -24px 18px;
  object-fit: cover;
  background: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
}