/* section2 */

.section2 {
  height: auto;
  background: var(--gray);
  width: 100%;
  position: relative;
  overflow: clip;
}

.section_feature {
  padding-top: 130px;
  margin-left: 13.2%;
  line-height: var(--projectHeight);
  position: relative;
  z-index: 1;
}

.section2 > .section_feature p {
  font-size: var(--thirtySix);
  color: var(--7a);
  font-style: italic;
  font-family: var(--libre);
}

.section2 > .section_feature h2 {
  font-size: var(--thirtySix);
  margin-left: 25px;
  color: var(--7b);
  font-family: var(--barlow);
  font-weight: var(--xl);
}

.npl-pattern-container-glass {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: clip;
  top: 15px;
}

.section2_pattern2 img,
.section2_pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.section2_container {
  display: grid;
  grid-template-columns: minmax(0px, 880px) minmax(15px, 1fr) 240px;
  position: relative;
  max-width: 1185px;
  margin: 0px 45px 90px 11%;
}

.section2_first {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  width: 100%;
  max-width: 740px;
  margin: 0 0 0 2.5%;
  grid-column: 1;
  opacity: 1;
}

.twentyOne {
  max-width: 2000px;
}

.section2_first .overlay {
  border: 1px solid var(--7a);
  /* background-color: var(--7a); */
  width: 100%;
  /* max-width: 740px; */
  display: flex;
  text-align: left;
  overflow: clip;
  gap: 30px;
  /* cursor: pointer; */
  position: relative;
  padding: 22px;
  height: 212px;
}

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

.overlay .imgOverlay {
  width: 100%;
  max-width: 228px;
  aspect-ratio: 3/2;
  position: relative;
  overflow: clip;
}

.imgOverlay img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
}

.section2_content {
  width: 100%;
  transition: 0.3s ease-in;
}

.section2_content .author {
  color: black;
  font-size: var(--fifteen);
  font-family: var(--barlow);
  font-weight: var(--normalWeight);
  line-height: var(--barlowHeight);
}

.section2_content .author_container {
  height: 40px;
}

.section2_first div .section2_content .author_title {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: clip;
}

.overlay:hover .imgOverlay img {
  /* transform: scale(1.05); */
  /* transition: 0.5s ease-in-out; */
}

.glass_container_date {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.npl-overlay-hide-content {
  position: relative;
  overflow-y: clip;
  /* bottom: 10px; */
  width: 100%;
}

.hidden_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.glass_date p {
  font-size: var(--fifteen);
  color: black;
  font-family: var(--barlow);
  font-weight: var(--sm);
  line-height: var(--barlowHeight);
  text-transform: uppercase;
}

.overlay_heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section2_content h2 {
  color: black;
  font-size: clamp(var(--fifteen), 8vw, var(--twentyTwo));
  font-family: var(--libre);
  line-height: var(--libreHeight);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: clip;
}

button {
  cursor: pointer;
}

.innerWidth {
  width: 1200px !important;
}

.npl-update-download-button {
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 1;
}

.npl-update-download-button:hover {
  opacity: 0.85;
}

.npl-press-kit-pop {
  font-size: clamp(0.2rem, 5vw, var(--eighteen));
  font-weight: var(--xl);
  color: var(--7b);
  font-family: var(--barlow);
}

.npl-update-download-icon img {
  width: var(--smButton);
  height: var(--smButton);
  object-fit: cover;
}

/* new */
