.pageContainer {
  margin-right: auto;
  margin-left: auto;
}

.pageContentBar {
  min-height: 900px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  line-height: 165%;
  background: white;
}
.pageContentBar .page-title {
  font-size: 2rem;
  color: #032F63;
  font-weight: bolder;
  margin-bottom: 30px;
  padding-top: 25px;
  line-height: normal;
}

.album_title {
  background-color: white;
  border-radius: 10px 10px 10px 10px;
}
.album_title a {
  width: 100%;
}
.album_title-image {
  height: 265.3846153846px;
  width: 100%;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .album_title-image {
    height: 392.3076923077px;
  }
}
@media (min-width: 768px) {
  .album_title-image {
    height: 253.8461538462px;
  }
}
@media (min-width: 992px) {
  .album_title-image {
    height: 223.0769230769px;
  }
}
@media (min-width: 1200px) {
  .album_title-image {
    height: 269.2307692308px;
  }
}
.album_title-name {
  text-align: center;
  word-break: break-word;
  color: #545e9b;
  margin-bottom: 0;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.2;
}
.album_title-name:hover {
  color: #71c8f0;
}
.album_title-date {
  text-align: center;
}

/*# sourceMappingURL=achievements.css.map */
