.materials-page {
  background-color: #F3F6F7 !important;
}
.materials-page .contents-area {
  padding-bottom: 0;
}
.materials-page .banner {
  position: relative;
  max-width: 1440px;
  margin: auto;
  min-height: 383px;
  overflow: hidden;
  letter-spacing: 0.02em;
}
.materials-page .banner .inner {
  padding: 24px 72px !important;
}
.materials-page .banner::after {
  content: "";
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: 479px;
  background-image: url("/wp-content/themes/prcd/images/img_banner_service.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: darken;
  z-index: 0;
}
.materials-page .banner .banner-container {
  position: relative;
  z-index: 2;
}
.materials-page .banner .banner-container .banner-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.materials-page .banner .banner-container .banner-content .breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #231815;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.materials-page .banner .banner-container .banner-content .breadcrumb a {
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.materials-page .banner .banner-container .banner-content .breadcrumb a:hover {
  color: #527081;
}
.materials-page .banner .banner-container .banner-content .breadcrumb img {
  width: auto;
  height: 12px;
}
.materials-page .banner .banner-container .banner-content .breadcrumb .current {
  color: #5A677D;
}
.materials-page .banner .banner-container .banner-content .section-title {
  font-size: 80px;
  font-weight: 700;
  color: #006FD6;
  text-align: left;
  line-height: 96px;
  margin-bottom: 0;
}
.materials-page .banner .banner-container .banner-content .section-title .sub-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #231815;
  line-height: 23px;
  margin-bottom: 4px;
}
.materials-page .banner .banner-container .banner-content .section-title .sub-title-icon {
  width: 8px;
  height: 8px;
  background-color: #68BEE4;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.materials-page .banner .banner-container .banner-content .section-title .main-title-container .main-title {
  font-size: 80px;
  font-weight: 700;
  color: #006FD6;
  margin: 0;
  line-height: 96px;
}
.materials-page .group-buttons.materials-home-group-buttons {
  margin-top: -170px;
}
.materials-page .group-buttons.materials-home-group-buttons .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 72px 40px;
}
.materials-page .group-buttons.materials-home-group-buttons .inner .group-buttons-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.materials-page .group-buttons.materials-home-group-buttons .inner .group-buttons-list .group-buttons-item {
  flex: 1;
}
.materials-page .group-buttons.materials-home-group-buttons .inner .group-buttons-list .group-buttons-item .common-button-container {
  height: 58px;
  padding: 12px 0;
  gap: 0;
}
.materials-page .group-buttons.materials-home-group-buttons .inner .group-buttons-list .group-buttons-item .common-button-container .common-button-text {
  padding-left: 24px;
  padding-right: 0;
  align-items: flex-start;
  line-height: 34px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.materials-page .group-buttons.materials-home-group-buttons .inner .group-buttons-list .group-buttons-item .common-button-container .common-button-icon-down {
  padding: 8px 16px;
}
.materials-page .content-materials-home.materials-home-list {
  background-color: #f3f6f7;
}
.materials-page .content-materials-home.materials-home-list .inner {
  padding: 0px 72px 60px;
  max-width: 1440px;
  margin: 0 auto;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .common-header-center {
  position: relative;
  margin-bottom: 40px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .common-header-center .common-header-title-text-en.material {
  background-image: url("/wp-content/themes/prcd/images/img_material_en.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-header .materials-home-search {
  position: relative;
  display: flex;
  align-items: center;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-header .materials-home-search .materials-home-search-input {
  width: 365px;
  padding: 8.5px 48px 8.5px 16px;
  border: 1px solid #F3F6F7;
  border-radius: 8px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 21px;
  color: #231815;
  letter-spacing: 0.03em;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-header .materials-home-search .materials-home-search-input::-moz-placeholder {
  color: #999;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-header .materials-home-search .materials-home-search-input::placeholder {
  color: #999;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-header .materials-home-search .materials-home-search-input:focus {
  outline: none;
  border-color: #007AC0;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-header .materials-home-search .materials-home-search-icon {
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter-block .materials-home-filter-toggle-btn,
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter-block .materials-home-filter-close-btn {
  display: none;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter {
  padding: 16px 40px;
  background: #fff;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04), 0px 6px 6px 0px rgba(0, 0, 0, 0.03), 0px 14px 9px 0px rgba(0, 0, 0, 0.02), 0px 25px 10px 0px rgba(0, 0, 0, 0.01), 0px 40px 11px 0px rgba(0, 0, 0, 0);
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0;
  margin-bottom: 8px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-tab {
  position: relative;
  padding: 8px 0;
  line-height: 23px;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 700;
  color: #5A677D;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background: none;
  width: 300px;
  flex: 0 0 300px;
  text-align: center;
  height: 55px;
  border-bottom: 2px solid #F5F5F5;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-tab.is-active {
  color: #231815;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #1F7FE6;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-tab:not(.is-active) {
  transition: all 0.3s ease-out;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-tab:not(.is-active):hover {
  color: #231815;
  border-bottom: 2px solid #C7D5DD;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-groups {
  flex: 1;
  padding: 24px 0;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-group {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-group.is-active {
  display: flex;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-chip {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 1000px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  font-size: 14px;
  line-height: 21px;
  color: #5A677D;
  font-weight: 500;
  text-decoration: none;
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  word-break: break-all;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: all 0.3s ease-out;
  letter-spacing: 0.02em;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-chip:hover {
  background-color: #F3F9FF;
  color: #0053A6;
  border-color: #0053A6;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-chip.is-active {
  border-color: #006FD6;
  background-color: #006FD6;
  color: white;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-list-reset {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: #231815;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  gap: 4px;
  margin-bottom: 40px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-list-reset img {
  width: 15px;
  height: 15px;
  display: block;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-list-reset:hover {
  opacity: 0.7;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-list-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 32px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-list-header .materials-home-list-count {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.03em;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-section {
  margin-bottom: 40px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-section:last-child {
  margin-bottom: 0;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .case-list-title {
  font-size: 18px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .case-list-title .case-list-term {
  font-size: 24px;
  font-weight: 700;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .case-list-title .case-list-suffix {
  margin-left: 12px;
  font-size: 16px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .case-list-meta {
  text-align: right;
  min-width: 200px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-title {
  font-size: 32px;
  padding: 24px 0 30px;
  font-weight: 700;
  color: #231815;
  line-height: 42px;
  letter-spacing: 0.02em;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-view-all-link {
  font-size: 14px;
  font-weight: 500;
  color: #006FD6;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-view-all-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-content .materials-home-item-list-archive {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-content .materials-home-empty {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #5A677D;
  padding: 160px 0;
  margin: 0;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-content .materials-home-item-list-archive {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04), 0px 6px 6px 0px rgba(0, 0, 0, 0.03), 0px 14px 9px 0px rgba(0, 0, 0, 0.02), 0px 25px 10px 0px rgba(0, 0, 0, 0.01), 0px 40px 11px 0px rgba(0, 0, 0, 0);
  max-width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item:hover .materials-home-item-image img {
  opacity: 0.5;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item:hover .materials-home-item-content .materials-home-item-content-title {
  color: #527081;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item:hover .materials-home-item-content .materials-home-item-content-description {
  color: #527081;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-content {
  padding: 16px 24px 24px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-content .materials-home-item-content-title {
  font-size: 18px;
  font-weight: 700;
  color: #231815;
  line-height: 25px;
  margin-bottom: 16px;
  word-break: break-all;
  letter-spacing: 0.02em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease-out;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-content .materials-home-item-content-description {
  font-size: 12px;
  font-weight: 400;
  color: #231815;
  line-height: 18px;
  margin-bottom: 16px;
  word-break: break-all;
  letter-spacing: 0.02em;
  transition: color 0.3s ease-out;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-content .materials-home-item-content-description p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-content .materials-home-item-content-button {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-content .materials-home-item-content-button .button-download {
  border-radius: 1000px;
  background: #ffffff;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border: 1px solid #527081;
  color: #527081;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 14px;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-content .materials-home-item-content-button .button-download:hover {
  background: #E8F5FB;
  border-color: #007AC0;
  color: #007AC0;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-content .materials-home-item-content-button .button-download:hover .materials-home-item-content-button-icon {
  background-image: url("/wp-content/themes/prcd/images/ico_download_hover.svg");
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-content .materials-home-item-content-button-icon {
  width: 18px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url("/wp-content/themes/prcd/images/ico_download.svg");
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-bottom {
  flex: 1;
  padding: 24px;
  background: #F3F6F7;
  flex: 1 0 auto;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-bottom .materials-home-item-bottom-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-bottom .materials-home-item-bottom-tags .materials-home-item-bottom-tag {
  padding: 4px 12px;
  border-radius: 1000px;
  border: 1px solid #0053A6;
  color: #0053A6;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.3s ease-out;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-bottom .materials-home-item-bottom-tags .materials-home-item-bottom-tag:hover {
  background: #E6F3FF;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-bottom .materials-home-item-bottom-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-bottom .materials-home-item-bottom-links .materials-home-item-bottom-link {
  padding: 4px 12px;
  border-radius: 1000px;
  border: 1px solid #0053A6;
  color: #0053A6;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.3s ease-out;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-item .materials-home-item-bottom .materials-home-item-bottom-links .materials-home-item-bottom-link:hover {
  background: #E6F3FF;
}
.materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-empty {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #5A677D;
  padding: 48px 24px;
  margin: 0;
}
.materials-page .content-materials-home.materials-home-list .materials-home-list-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-content .materials-home-item-list-archive,
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-content .materials-home-item-list-archive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .materials-page .banner {
    min-height: 240px;
  }
  .materials-page .banner .inner {
    padding: 24px !important;
  }
  .materials-page .banner::after {
    top: -72px;
    background-image: url("/wp-content/themes/prcd/images/img_banner_service_sp.png");
  }
  .materials-page .banner .banner-container .banner-content {
    gap: 16px;
  }
  .materials-page .banner .banner-container .banner-content .breadcrumb {
    font-size: 11px;
  }
  .materials-page .banner .banner-container .banner-content .section-title {
    font-size: 46px;
  }
  .materials-page .group-buttons.materials-home-group-buttons {
    margin-top: -72px;
  }
  .materials-page .group-buttons.materials-home-group-buttons .inner {
    padding: 0 24px 8px;
  }
  .materials-page .group-buttons.materials-home-group-buttons .inner .group-buttons-list {
    flex-direction: column;
  }
  .materials-page .group-buttons.materials-home-group-buttons .inner .group-buttons-list .group-buttons-item {
    width: 100%;
  }
  .materials-page .content-materials-home.materials-home-list .inner {
    padding: 32px 24px 48px;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-header .materials-home-search {
    width: 100%;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-header .materials-home-search .materials-home-search-input {
    font-size: 14px !important;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter-block .materials-home-filter-toggle-btn,
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter-block .materials-home-filter-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter-block .materials-home-filter-close-btn {
    display: none;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter-block.is-open .materials-home-filter-close-btn {
    display: flex;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter-block.is-open .materials-home-filter-toggle-btn {
    display: none;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter {
    padding: 0;
    margin-bottom: 24px;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-tab {
    width: 100%;
    flex: 1;
    font-size: 12px;
    height: auto;
    padding: 16px 0;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-tab .materials-home-filter-tab-text {
    line-height: 18px;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-tabs {
    margin-bottom: 0;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-groups {
    padding: 24px 24px 0;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-wrapper {
    display: none;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-filter .materials-home-filter-wrapper.is-open {
    display: block;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-title {
    font-size: 24px;
    padding: 7px 0;
    line-height: 34px;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-content .materials-home-item-list-archive,
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-content .materials-home-item-list-archive {
    grid-template-columns: 1fr;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .group-buttons.materials-home-group-buttons .inner {
    padding: 0 24px 24px;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .case-list-title .case-list-term {
    font-size: 20px;
  }
  .materials-page .content-materials-home.materials-home-list .materials-home-container .materials-home-category-header {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=index.css.map */