.npl-friends-content {
  display: grid;
  grid-template-columns: minmax(0, 880px) minmax(32px, 1fr) 240px;
  margin: 60px 30px 90px 11%;
  max-width: 1185px;
  gap: 40px 0;
}

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

.npl-friends-desc {
  grid-column: 1;
  max-width: 740px;
  margin: 0 0 0 2.5%;
  font-family: var(--libre);
  font-weight: var(--normalWeight);
  font-size: var(--twentyTwo);
  line-height: var(--libreHeight);
  font-style: italic;
}

.npl-friends-logo-name {
  grid-column: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  padding: 0 22px;
  justify-content: start;
}

.npl-logo-name {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.npl-logo-name a {
  font-size: var(--eighteen);
  font-family: var(--barlow);
  font-weight: var(--normalWeight);
  line-height: var(--barlowHeight);
  text-align: center;
}

.npl-logo-name a:hover {
  color: var(--7b);
}

.npl-friend-logo {
  width: 150px;
  height: 150px;
}

.npl-friend-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1350px) and (min-width: 1251px) {
  .npl-update-header-grid {
    max-width: 1135px;
    margin: 0px 0px 0px 7%;
  }

  .npl-friends-content {
    margin: 60px 0 90px 7%;
  }
}

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

@media screen and (max-width: 1024px) {
  .npl-friends-content {
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 740px;
    margin: 60px auto 90px;
  }

  .npl-update-header-grid {
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
  }

  .npl-friends-desc,
  .npl-update-header {
    max-width: 100%;
    margin: 0;
  }

  .npl-friends-logo-name {
    justify-content: space-around;
  }
}

@media screen and (max-width: 500px) {
  .npl-logo-name {
    width: 50%;
  }
}
