﻿/* PILLS
------------------------------------------------------------------------*/
.pill-group {
  margin-bottom: 5rem;
}

.pill-group a.btn {
  text-transform: capitalize;
  font-size: 1.2rem;
  margin: 0 1rem;
}

.pill-group .active {
  color: #fff;
  background: #fd0e24;
  background: var(--bomb-red);
}