.overview {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 60px 0;
  overflow-x: clip;
}
@media screen and (max-width: 1025px) {
  .overview__inner {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .overview__inner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1025px) {
  .overview__content {
    margin-bottom: 21px;
  }
}
.overview__content h2 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .overview__content h2 {
    max-width: 584px;
  }
}
.overview__list {
  display: grid;
}
@media screen and (max-width: 767px) {
  .overview__list {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .overview__list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .overview__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .overview__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .overview__list h4 {
    margin-bottom: 30px !important;
  }
}
.overview__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.overview__item-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overview__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}
.overview__meta--area-focus {
  font-weight: 600;
}
.overview__meta--area-focus a:active {
  color: #C9FF00;
}
@media screen and (min-width: 1025px) {
  .overview__meta--area-focus a:hover {
    color: #C9FF00;
  }
}
.overview__date {
  white-space: nowrap;
}

/*# sourceMappingURL=overview.css.map */
