h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #10069f;
}

#archive-wrapper {
  padding: 80px 0 30px 0;
  background-color: #fdfdfd;
}

#archive-wrapper .description {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

#archive-wrapper .section-description {
    max-width: 920px;
    margin: 30px auto 30px auto;
}



#archive-wrapper {
  background-color: #fdfdfd;
}

#archive-wrapper .item {
  margin: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#archive-wrapper .align-bottom {
  display: flex;
  flex-direction: column;
  bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#archive-wrapper .description-wrapper {
  display: flex;
  position: relative;
  width: 280px;
  height: 180px;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
  background-size: cover;
  background-position: center;
}

#archive-wrapper .description-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(236, 236, 236, 0.8);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}

#archive-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

#archive-wrapper .title {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
  color: #000;
  z-index: 1;
}

#archive-wrapper .item-description {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
  color: #000;
  z-index: 1;
  text-overflow: ellipsis;
}

#archive-wrapper .item .item-date {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
