@media screen and (max-width: 1250px) {
  .npl-sort-brochure {
    display: none;
  }
  .section2_container {
    grid-template-columns: 1fr !important;
    width: 90%;
    max-width: 740px;
  }
}

@media screen and (max-width: 1024px) {
  .section2_container {
    margin: 0 auto 40px !important;
  }

  .overlay:hover .imgOverlay img {
    transform: scale(1);
    transition: 0s;
  }

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

  .npl-blog-section-resource,
  .npl-press-room-subscribe {
    display: none;
  }

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

  .section2_first .overlay {
    /* border: none; */
    height: auto;
    /* padding: 10px; */
  }

  .section2_content h2 {
    /* font-size: clamp(var(--fifteen) 2vw, var(--twentyTwo)); */
    color: black;
  }

  .npl-overlay-hide-content {
    bottom: 0;
  }

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

@media screen and (max-width: 768px) {
  .overlay_heading {
    gap: 0;
  }
  .glass_date p {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .section2_content h2 {
    font-size: var(--fourteen);
    color: black;
  }
}

