.page-detail-legacy--section {
  display: block;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
}

.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.breadcrumb__item a,
.breadcrumb__current {
  display: inline-block;
  color: #000;
}

.breadcrumb__item a:hover,
.breadcrumb__item a:focus {
  color: #e22231;
  background: transparent;
}

.breadcrumb__separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  color: #000;
}

.breadcrumb__current {
  font-weight: 500;
}

.page-detail-legacy--section .text_wrapper--section {
  width: 100%;
  max-width: none;
  padding-right: 0;
}

.page-detail-legacy--section .text_wrapper--section .ckeditor,
.page-detail-legacy--section .text_wrapper--section .file_list,
.page-detail-legacy--section .text_wrapper--section .gallery,
.page-detail-legacy--section .text_wrapper--section .next_prev_wrapper {
  max-width: none;
}

.page-detail-legacy--section .page-children-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
  clear: both;
}

.page-detail-legacy--section .page-children-list .news.section {
  width: 33.333333%;
  padding: 0 2rem 4.5rem;
  margin: 0;
}

.page-detail-legacy--section .page-children-list .news.section > a {
  display: block;
  width: 100%;
}

.page-detail-legacy--section .page-children-list .news.section figure {
  width: 100%;
  float: none;
  margin: 0;
}

.page-detail-legacy--section .page-children-list .news.section figure .img {
  width: 100%;
  padding-bottom: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-detail-legacy--section .page-children-list .news.section .h4 {
  float: none;
  display: block;
  min-height: 0;
  padding: 1.2rem 0 0 0.5rem;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.25;
}

.page-detail-legacy--section .page-children-list .news.section .h4 span {
  display: inline-block;
}

@media (max-width: 991px) {
  .page-detail-legacy--section .page-children-list {
    width: 100%;
    margin: 0;
  }

  .page-detail-legacy--section .page-children-list .news.section {
    width: 50%;
    padding: 0 1rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    gap: 0.6rem;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }

  .breadcrumb__separator {
    font-size: 1rem;
  }

  .page-detail-legacy--section .page-children-list .news.section {
    width: 100%;
    padding: 0 0 2rem;
  }

  .page-detail-legacy--section .page-children-list .news.section + .news.section {
    margin-top: 0;
    border-top: 0;
  }
}
