.page-view-taxonomy-term .hero-section {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
}

.page-view-taxonomy-term .hero-section h1 {
  font-size: 3rem;
  font-weight: bold;
}

.page-view-taxonomy-term .hero-section p {
  font-size: 1.2rem;
}
.page-view-taxonomy-term .view-content.row {
  width: 100%;
  margin: auto;
  max-width: 1320px;
}
.page-view-taxonomy-term .btn-btn-primary {
  border-radius: 30px;
}
.page-view-taxonomy-term ol.breadcrumb {
  margin-bottom: 0!important;
}
.breadcrumb-wrapper {
  padding: 10px 10px 0 25px;
  background: #076ca9;
  color: #ffffff;
}
.breadcrumb-wrapper a {
  color: #ffffff;
}
