#term-container {
    display: grid;
    gap: 1rem 0;
    text-align: justify;
    width: 100%; 
}

#term-container .largeTitle {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2rem;
}

#term-container .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

#term-container .subTitle {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
}

#term-container .date {
  color: var(--color-silver);
  font-size: 0.8rem;
}

#term-container p {
  font-size: 1rem;
  line-height: 1.5rem;
}

#term-container  .license-content {
  padding: 1rem;
  border-radius: 0.5rem;
  display: grid;
  gap: 1rem 0;
}

@media only screen and (max-width: 430px) {
  #term-container div:nth-child(1){
    width: 100%
  }
}