.activity-pill{
  padding: 16px 20px;
  color: #354764;
  font-size: 16px;
  font-weight: 500;
  background-color: #2390661A;
}

.activity-heading {
    font-family: 'Nasalization', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #243757;
}

.activity-text {
    border-left: 3px solid #239066;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #243757;
}

.activity-count {
    font-family: 'Nasalization', sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #DFB445;
}

.activity-count-text {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: #239066;
}

