.year-filter {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1rem; }
  .year-filter .btn {
    border-radius: 0;
    border: unset;
    border-bottom: 1px solid #F8B524;
    font-weight: bold; }
    .year-filter .btn-primary {
      background: #F8B524;
      color: white; }
    .year-filter .btn-secondary {
      background: white;
      color: #F8B524; }
