.content-description {
  margin-bottom: 43px;
}

.noah-stuff-group .group-title h3 {
  color: var(--primary);
  padding-bottom: 17px;
  border-bottom: 1px dashed var(--primary);
  margin-bottom: 32px;
  margin-top: 41px;
}
.noah-stuff-group .group-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 57px;
}
.noah-stuff-group .stuff-image {
  width: 100%;
  /* height: 160px; */
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}
.noah-stuff-group .designation {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--light-gray);
  margin-bottom: 7px;
}
.noah-stuff-group .stuff-external-link {
  display: flex;
  justify-content: space-between;
}
.noah-stuff-group .stuff-external-link .name {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: var(--text);
  text-decoration: underline;
}
.noah-stuff-group .stuff-external-link img {
  width: 22px;
  height: 22px;
}

.noah-stuffs {
  padding-left: 32px;
}

@media screen and (max-width: 600px) {
  .noah-stuffs {
    padding-left: 0px;
  }
  .noah-stuff-group .group-contents {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 400px) and (max-width: 768px) {
  .noah-stuffs {
    padding-left: 0px;
  }
}
