@media screen and (min-width: 1920px) {
  .npl-figure-image-reclaim-first {
    max-width: 1500px;
  }
}

@media screen and (max-width: 1024px) {
  .projects {
    margin-top: -320px;
  }

  .section2_container{
    grid-template-columns: 8fr !important;
    margin: 90px 0 0 0;
  }

  .npl-section-skip-to-feature {
    bottom: 180px;
  }

  .section2_first {
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    gap: 20px;
    padding: 0px;
  }

  .section2_first .overlay {
    width: 100%;
    max-width: 100%;
    height: fit-content;
    flex-direction: row;
    padding: 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--be9);
  }

  .section2_content {
    padding: 0 0 0 30px;
    width: 100%;
  }

  .overlay:hover .review,
  .overlay:hover img,
  .overlay:hover .section2_content {
    transform: translateY(0px);
  }

  .npl-overlay-hide-content,
  .line_container {
    display: none;
  }

  .overlay .imgOverlay {
    margin: 0px;
    width: 100%;
    max-width: 150px;
    height: 120px;
  }

  .overlay_heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: clip;
  }

  .section2_content h2 {
    font-size: 1rem;
    color: black;
  }

  .section2_first div .section2_content .author_title {
    margin: 10px;
  }

  .latest_date{
    display: none;
  }

  .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_first {
    width: 95%;
    max-width: 100%;
  }

  .section2_content {
    padding: 0 0 0 20px;
  }

  .overlay .imgOverlay {
    height: 110px;
  }
}

@media screen and (max-width: 500px) {
  .projects {
    margin-top: 0px;
    gap: 15px;
  }
}
