.npl-about-container {
  display: grid;
  grid-template-columns: minmax(0, 880px) minmax(15px, 1fr) 240px;
  max-width: 1185px;
  margin: 0 30px 90px 11%;
}

.npl-about-content-container {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 740px;
  margin: 0 0 0 2.5%;
}

.npl-about-history {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* padding: 0 22px; */
}

.title-deva h2 {
  font-family: var(--deva);
  font-weight: var(--menuWeight);
  font-size: var(--thirty);
  font-style: italic;
}

.paragraph-deva p {
  font-family: var(--sansDeva);
  line-height: var(--barlowHeight);
  font-weight: var(--normalWeight);
  font-size: var(--eighteen);
}

.npl-about-history .npl-about-history-title h2 {
  font-family: var(--libre);
  font-weight: var(--menuWeight);
  font-size: var(--thirty);
  font-style: italic;
}

.npl-about-history .npl-about-history-paragraph p {
  font-family: var(--barlow);
  line-height: var(--barlowHeight);
  font-weight: var(--authorWeight);
  font-size: var(--eighteen);
}

/* language */
.npl-about-aside {
  grid-column: 3;
  padding: 60px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.npl-about-lang {
  /* margin-top: 60px; */
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 85%;
    margin: 0 auto;
}

.npl-about-lang-details p {
  font-family: var(--libre);
  font-size: var(--fourteen);
}

.npl-about-language-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.npl-about-language-button a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  font-size: var(--eighteen);
  font-weight: var(--eventWeight);
  color: var(--7b);
  width: fit-content;
  text-transform: uppercase;
}

.npl-about-language-button a img {
  width: var(--smButton);
  height: var(--smButton);
}

/* brochure */
.npl-about-section-resource {
  /* margin-top: 60px; */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.npl-about-section-sort-underline {
  border: none;
  border-bottom: 1px solid var(--71);
  padding: 5px;
}

.npl-about-section-sort-underline p {
  color: var(--71);
  font-weight: var(--menuWeight);
  font-family: var(--libre);
  line-height: var(--libreHeight);
  font-style: italic;
}

.npl-about-section-brochure {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
}

.npl-about-section-brochure a {
  display: flex;
  gap: 5px;
  align-items: center;
  opacity: 1;
  width: fit-content;
}

.npl-about-section-brochure a:hover,
.npl-about-language-button a:hover {
  opacity: 0.85;
}

.npl-about-section-brochure a img {
  width: var(--medButton);
  height: var(--medButton);
  object-fit: cover;
}

.npl-about-section-brochure a h1 {
  font-size: var(--twentyFive);
  font-weight: var(--dblXl);
  color: var(--7b);
  font-family: var(--barlow);
}

.npl-about-section-brochure p {
  font-size: var(--fourteen);
  font-weight: var(--menuWeight);
  font-family: var(--libre);
  line-height: var(--libreHeight);
  font-style: normal !important;
}

@media screen and (max-width: 1250px) {
  .npl-about-container {
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 740px;
  }

  .npl-about-aside {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .npl-about-container {
    max-width: 740px;
    margin: 0 auto 90px;
  }

  .npl-about-content-container {
    max-width: 100%;
    margin: 0;
  }
}
