.breadcrumb {
  margin: 32px 0;
}

.category-wrapper {
  border-top: 1px solid #3a221c;
}

.category-wrapper h3,
.artworks-area > h3{
  font-size: 20px;
  font-weight: bold;
}
.artworks-area > h3 span{
  color: #3a221c;
}
.category ul li {
  margin-bottom: 0.75rem;
  font-size: 16px;
}

.category-wrapper ul li a {
  color: #3a3a3a;
}

.category-wrapper ul li a.active{
  font-weight: bold;
  color: #3a221c;
}

.category {
  background: #baaeaa;
}

.img-header {
  background-image: url("/assets/img/artwork-cover.jpg");
}

.artwork-list img {
  width: 100%;
}
