.seasonbuttons {
  gap: 15px;
}
.seasonbuttons .btn.lightblue {
  background-color: #f7fbfc;
  border: 1px solid #95a8bd;
  color: #224467 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
.seasonbuttons .btn.lightblue:hover {
  color: #224467 !important;
  text-decoration: underline !important;
}