.award-year {
  background: #f9f7f4;
  border: 1px solid #ece6dd !important;
  height: 44px;
  line-height: 44px;
  padding: 0 32px !important;
  color: #1a1a1a;
  border-radius: 0;
  display: block;
}

.award-year-list .active {
  border-color: #dee2e6 #dee2e6 #fff;
  color: #ffffff;
  background: linear-gradient(241.71deg, #ff7a2b 8.75%, #ed1c24 93.35%);
}

.nav-tabs {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .award-year-list{
    grid-gap: 16px;
    display: grid;
    grid-template-columns: auto auto auto;
  }
}


.nav-tabs > li > a.active { color: #ffffff;}