.categoryBtn {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #2f3845;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25em;
  margin: 0;
  background: #f3f4f8;
}

.categoryBtn.active {
  background: #00589f;
  color: #ffffff;
}

.categoryTag {
  font-size: 0.875em;
  padding: 0.2em 0.5em;
  margin: 0;
}

#works-list .categoryTag {
  background: linear-gradient(90deg, #f1f1f9 0.57%, #eceff8 100%);
}

#works-body .categoryTag {
  background: #ffffff;
}

#works-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#works-list a {
  text-decoration: none;
}

#works-list .pagination .page-link {
  font-size: 1.2rem;
  display: inline-block;
  color: #00589f;
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 2.2rem;
  letter-spacing: 0;
  width: 3.2rem;
  height: 3.2rem;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border: none;
}

#works-list .pagination .active .page-link {
  color: #ffffff;
  background-color: #00589f;
}

#works-list .pagination .disabled .page-link {
  color: #c9d0d7;
  background-color: #ffffff;
}

#works-body {
  letter-spacing: 0.16em;
}

@media (min-width: 992px) {
  #works-body .container {
    max-width: 870px;
  }
}

#works-body .workimg {
  max-width: 100%;
  max-height: 700px;
  height: auto;
  margin: 0 auto 1.5rem;
  display: block;
  text-align: center;
}

#works-body .caption {
  font-size: 0.875em;
  color: #898f98;
  font-style: italic;
  text-align: center;
  margin-bottom: 2.5rem;
}
