.album-gallery {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.album-gallery li:first-child {
  grid-column-start: 1;
  grid-column-end: -1;
}
.desc {
    padding-bottom: 1.5rem; 
    text-align: justify;

}
dd {
  padding-bottom: 1rem;
}