  .view-taxonomy-term .pagination {
  margin-top: 0 !important;
  margin-bottom: 5rem !important;
}
.view-taxonomy-term > .view-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.view-taxonomy-term > .view-header h1 {
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.view-taxonomy-term > .view-header h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 75px;
  background-color: #007190;
}
.view-taxonomy-term .view-content {
  padding-bottom: 6rem;
}
.view-taxonomy-term .view-content > .views-row {
  margin-top: 1.5rem;
}