.page-list .colorbox-inner {
  overflow: initial;
  padding: 22.5px 7.5px 20px;
}

.page-list .img {
  position: relative;
  aspect-ratio: 239/135;
  overflow: hidden;
  background: #000;
  margin-bottom: 20px;
}

.page-list .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-list h2 {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .page-list .colorbox-inner {
    padding: 24px 10px 35px;
  }

  .page-list .img {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .page-list .colorbox-inner {
    padding: 30px 10px 30px;
  }

  .page-list .img {
    margin-bottom: 30px;
  }

  .page-list h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

@media (hover: hover) {
  .page-list a:hover .colorbox-background {
    background: rgba(66, 60, 60, 0);
  }

  .page-list a:hover .colorbox-background::before {
    opacity: 0.85;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page-list a:hover .colorbox-background {
    background: rgba(66, 60, 60, 0);
  }

  .page-list a:hover .colorbox-background::before {
    opacity: 0.85;
  }
}