body.type-index .hygsi-home-articles {
  width: calc(100% - 30px);
  max-width: 1416px;
  margin: 64px auto 0;
}

body.type-index .hygsi-home-articles > h2 {
  margin: 0 0 32px;
  color: #060633;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

body.type-index .hygsi-home-articles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.type-index .hygsi-home-article-card {
  display: flex;
  min-width: 0;
  padding: 0 0 37px;
  flex-direction: column;
  color: #060633;
}

body.type-index .hygsi-home-article-media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f2f2f2;
}

body.type-index .hygsi-home-article-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.type-index .hygsi-home-article-copy {
  min-height: 200px;
  padding: 41px 24px 38px;
  box-sizing: border-box;
}

body.type-index .hygsi-home-article-category {
  display: flex;
  min-height: 36px;
  align-items: flex-start;
  color: #060633;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

body.type-index .hygsi-home-article-title {
  display: block;
  color: #060633;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

body.type-index .hygsi-home-article-more {
  display: block;
  margin-top: auto;
  padding-left: 23px;
  color: #060633;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

body.type-index .hygsi-home-article-more::after {
  content: " →";
}

@media (max-width: 767px) {
  body.type-index .hygsi-home-articles {
    width: calc(100% - 30px);
    margin-top: 42px;
  }

  body.type-index .hygsi-home-articles > h2 {
    margin-bottom: 24px;
    font-size: 25px;
  }

  body.type-index .hygsi-home-articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.type-index .hygsi-home-article-card {
    padding-bottom: 0;
  }

  body.type-index .hygsi-home-article-copy {
    min-height: 166px;
    padding: 30px 15px 15px;
  }

  body.type-index .hygsi-home-article-category {
    min-height: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  body.type-index .hygsi-home-article-title {
    font-size: 16px;
    line-height: 24px;
  }

  body.type-index .hygsi-home-article-more {
    display: none;
  }
}
