@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * News Section Component
 *
 * Two-column layout with sidebar filters and main content
 * Max width: 1200px
 */
.news {
  padding: 10rem 0 0;
  background: #fff;
}
.news .news__container {
  max-width: 120rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 2rem;
}
.news .news__header {
  margin-bottom: 5.6rem;
  text-align: left;
}
.news .news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.news .news__sidebar {
  width: 27.7rem;
  padding: 0 1.2rem;
}
.news .news__sidebar .dropdown-list {
  max-width: 15.9rem;
}
.news .news__sidebar .news__filter-group {
  margin-bottom: 2.3rem;
}
.news .news__sidebar .news__filter-group .news__filter-title {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  color: #5c6d7c;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #e9ecef;
}
.news .news__sidebar .news__filter-group .news__filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  padding: 0.7rem 0;
}
.news .news__sidebar .news__filter-group .news__filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  color: #666;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option:hover {
  color: #526875;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio],
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox] {
  display: none;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-radio,
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-checkbox {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid rgba(92, 109, 124, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-radio {
  border-radius: 50%;
  border: 0.1rem solid rgba(92, 109, 124, 0.6);
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-radio::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #52687d;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-checkbox::after {
  content: "";
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_selected.svg");
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio]:checked + .news__filter-radio {
  border-color: #52687d;
  border-width: 0.2rem;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio]:checked + .news__filter-radio::after {
  opacity: 1;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio]:checked + .news__filter-radio + .news__filter-text {
  font-weight: 700;
  color: #5c6d7c;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox]:checked + .news__filter-checkbox {
  border-color: #526875;
  background: #526875;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox]:checked + .news__filter-checkbox::after {
  opacity: 1;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox]:checked + .news__filter-checkbox + .news__filter-text {
  font-weight: 700;
  color: #5c6d7c;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-text {
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #5c6d7c;
}
.news .news__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .news .news__main {
    padding-top: 0.4rem;
  }
}
.news .news__main .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.news .news__main .news__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2.6rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 2.6rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(83, 105, 127, 0.3019607843);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.news .news__main .news__item:hover::before {
  -webkit-animation: moveEnd 0.2s forwards;
          animation: moveEnd 0.2s forwards;
}
.news .news__main .news__item::before {
  content: "";
  width: 0;
  height: 1px;
  background: #52687d;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.news .news__main .news__item:first-child {
  padding-top: 0;
}
.news .news__main .news__item .news__date {
  font-size: 1.4rem;
  color: #52687d;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 3rem;
  white-space: nowrap;
}
.news .news__main .news__item .news__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news .news__main .news__item .news__content .news__date__mb {
  display: none;
}
.news .news__main .news__item .news__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.2rem 0 1.5rem;
}
.news .news__main .news__item .news__tags.news__tags--notag {
  padding: 0;
}
.news .news__main .news__item .news__tag {
  padding: 0rem 1.6rem;
  font-size: 1.2rem;
  line-height: 2.3rem;
  border-radius: 2.3rem;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  white-space: nowrap;
}
.news .news__main .news__item .news__tag.news__tag--vlc {
  background: #9e925c;
  color: white;
}
.news .news__main .news__item .news__tag.news__tag--notice {
  background: transparent;
  color: #52687d;
  border: 0.1rem solid #52687d;
  padding: 0rem 2rem;
}
.news .news__main .news__item .news__item-title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #5c6d7c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
}
.news .news__main .news__item .news__item-title .news__content-type {
  max-width: 2rem;
  height: 2.2rem;
  display: none;
  width: 100%;
  margin-bottom: -0.3rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  text-indent: -9999999px;
  margin-left: 1.2rem;
}
.news .news__main .news__item .news__item-title .news__content-type.news__content-type--document {
  display: inline-block;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_pdf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.news .news__main .news__more {
  padding: 4.8rem 0 10rem 0;
}

@-webkit-keyframes newsHover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes newsHover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 8rem 0 0;
  }
  .news .news__container {
    padding: 8rem 2rem 0;
  }
  .news .news__header {
    margin-bottom: 4.6rem;
  }
  .news .news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .news .news__sidebar {
    padding: 0;
    width: 100%;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) {
    margin-bottom: 0;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-title {
    margin-bottom: 0.3rem;
    cursor: pointer;
    position: relative;
    padding-right: 2rem;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.2rem;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-options .news__filter-option {
    margin-top: -0.2rem;
    min-width: 8.6rem;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-options .news__filter-option .news__filter-checkbox {
    margin-top: 0.3rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company {
    margin-bottom: 2.7rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title {
    margin-bottom: 1.5rem;
    position: relative;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title::after {
    content: "";
    position: absolute;
    right: 1.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow.svg");
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-size: contain;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title {
    border-bottom: 0.1rem solid #52687d;
    padding-bottom: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    padding: 6px 7px;
    gap: 0.2rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-options.show {
    max-height: 50rem;
    opacity: 1;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-option .news__filter-radio::after {
    background-color: transparent;
    background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_checked.svg");
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    background-position: center;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-option .news__filter-radio {
    margin-right: 0.4rem;
    gap: 0.2rem;
    border: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news .news__main .news__list .news__item {
    width: 100%;
    gap: 0;
    padding: 2.1rem 0 1.7rem;
  }
  .news .news__main .news__list .news__item .news__item-title {
    letter-spacing: -0.07em;
  }
  .news .news__main .news__list .news__item .news__date {
    display: none;
  }
  .news .news__main .news__list .news__item .news__content .news__tags {
    gap: 1.2rem;
    padding: 0.2rem 0 1.1rem;
  }
  .news .news__main .news__list .news__item .news__content .news__tags .news__date__mb {
    display: block;
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #52687d;
    font-weight: 500;
    font-family: "Jost", sans-serif;
  }
  .news .news__main .news__list .news__item .news__content .news__tags .news__tag {
    line-height: 2.2rem;
  }
  .news .news__main .news__list .news__item .news__content .news__tags .news__tag.news__tag--notice {
    padding: 0 1.1rem;
    margin-left: 0;
  }
  .news .news__main .news__more {
    padding: 5rem 0 8rem 0;
  }
}
.news {
  background-color: #EEF0F2;
  padding: 8rem 4rem;
}
.news .container-custom {
  background-color: #fff;
  max-width: 100%;
  width: unset;
}
.news .container-custom .news__contents {
  max-width: 120rem;
  padding: 6.4rem 8rem;
  margin: 0 auto;
}

/* Dropdown styles for year selection */
.dropdown-container {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2.9rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .dropdown-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.dropdown-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 15.9rem;
  padding: 0.6rem 2.2rem 0.8rem;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: "Noto Sans JP", sans-serif;
  color: #5a5a5a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .dropdown-header {
    padding: 0.4rem 1.5rem 0.5rem 2.3rem;
  }
}
.dropdown-header.active {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}
.dropdown-header .arrow {
  content: "";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/wp-content/themes/vlcholdings/images/icon/icon_arrow.svg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-size: contain;
}
.dropdown-header.active .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.dropdown-list {
  display: none;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 100%;
  max-width: 20rem;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 200px;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .dropdown-list {
    right: auto;
    left: 0;
  }
}
.dropdown-list.active {
  display: block;
}
.dropdown-list #yearList_irnews {
  max-height: 16rem;
  overflow-y: auto;
}
.dropdown-list #yearList_irnews::-webkit-scrollbar {
  width: 3px;
  background: rgba(92, 109, 124, 0.2);
  margin: 100px;
  border-radius: 999px;
}
.dropdown-list #yearList_irnews::-webkit-scrollbar-thumb {
  background: rgba(92, 109, 124, 0.6);
  border-radius: 999px;
  min-height: 40px;
}
.dropdown-list #yearList_irnews::-webkit-scrollbar-track {
  background: rgba(92, 109, 124, 0.2);
  border-radius: 999px;
}

.dropdown-container.active .dropdown-header {
  border-bottom: 0;
}
.dropdown-container.active .dropdown-list {
  display: block;
}

.dropdown-item {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:hover {
  background-color: #f5f5f5;
}
.dropdown-item.active {
  position: relative;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-item.active::after {
  content: "";
  position: relative;
  top: unset;
  right: unset;
  -webkit-transform: unset;
          transform: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/wp-content/themes/vlcholdings/images/icon/checked.svg);
  background-size: contain;
}

/* Loading states */
.loading-container {
  text-align: center;
  padding: 60px 20px;
}

.loading-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #26506c;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.loading-container p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* No results message */
.news__no-results {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 16px;
}

/* Pagination styles */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 4rem;
  padding: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination.hidden {
  display: none;
}
.pagination button {
  padding: 0.8rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #5C6D7C;
  cursor: pointer;
  font-weight: normal;
}
.pagination button:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
  color: #999;
}
.pagination button.active {
  background: #26506c;
  color: #fff;
}
.pagination button .page-prev,
.pagination button .page-next {
  font-size: 1.6rem;
}
.pagination .pagination-ellipsis {
  padding: 0.8rem 0.4rem;
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 3px;
    padding: 15px 10px;
  }
}

/* Pagination loading overlay */
.pagination-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.pagination-loading-overlay .loading-container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 30px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .ir-banner .ir-banner__title {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .news {
    padding: 0;
  }
  .news .container-custom .news__contents {
    padding: 2rem 0;
  }
}