@media screen and (min-width: 1920px) {
  .npl-figure-image-reclaim-first {
    max-width: 1500px;
  }
}

@media screen and (min-width: 1921px) {
  .section2_container {
    max-width: 64%;
    margin: 0 auto;
  }

  .section2_container {
    margin: 0 auto 40px;
  }

  .section2_see_more {
    width: 100%;
    max-width: 64%;
    margin: 60px auto 0;
  }
}

@media screen and (max-width:1250px){
  .section2_see_more{
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .projects {
    margin-top: -320px;
  }

  .section2_container,
  .section2_see_more {
    grid-template-columns: 1fr !important;
    margin: 0px auto;
    width: 90%;
  }

  .section2_see_more_container {
    margin: 0 auto;
  }

  /* .section2_see_more a {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
  } */

  .npl-section-skip-to-feature {
    bottom: 180px;
  }

  .section2_first {
    width: 100%;
    max-width: 740px;
    margin: 90px auto 60px;
    /* gap: 20px; */
    /* padding: 0px; */
  }

  .section2_first .overlay {
    width: 100%;
    max-width: 100%;
    height: fit-content;
    gap: 30px;
    flex-direction: row;
    padding: 22px;
  }

  .section2_content {
    padding: 0;
    width: 100%;
  }

  .npl-overlay-mb {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .overlay:hover .review,
  .overlay:hover .imgOverlay,
  .overlay:hover img,
  .overlay:hover .section2_content {
    transform: translateY(0px);
  }

  .npl-overlay-hide-content {
    position: relative;
    bottom: 0;
    padding: 0;
    transform: translate(0);
    transition: 0s;
    width: 100%;
  }

  .overlay_heading,
  .author_title,
  .section2_content h2,
  .hidden_items .hidden_p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: clip;
  }

  .glass_container_date,
  .line_container {
    display: none;
  }

  .overlay .imgOverlay {
    margin: 0px;
    width: 100%;
    height: 100%;
    max-width: 228px;
    aspect-ratio: 3/2;
  }

  .overlay_heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: clip;
  }

  .section2_first div .section2_content .author_title {
    margin: 0px;
  }

  .npl-footer {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  /* swiper button */
  .swiper-pagination-vertical.swiper-pagination-bullets {
    top: 85% !important;
  }
  /* end swiper button */

  .section2_content h2 {
    -webkit-line-clamp: 4;
  }

  .npl-overlay-hide-content {
    display: none;
  }

  .section2_first div .section2_content .author_title {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .projects {
    margin-top: 0px;
    gap: 15px;
  }

  .section2_content h2 {
    font-size: clamp(var(--fourteen), 2vw, var(--eighteen));
    /* -webkit-line-clamp: 4; */
  }
}
