body.archive {
  .hero .container {
    max-width: 1440px !important;
  }

  .hero .container .the_image {
    aspect-ratio: 1410/350;
    object-position: center center;
    object-fit: cover;
    border-radius: 1rem;
    overflow: hidden;
  }

  .hero .container .description {
    margin-top: 1.618em;
  }

  .hero .container .description h3 {
    margin-bottom: 24px;
  }

  .hero .container .description p, .hero .container .description ul {
    margin-bottom: 12px;
  }

  .the_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.618em;
    overflow: hidden;
  }

  .the_content.on {
    -webkit-line-clamp: initial;
  }
}
