.giving-option__headers {
  font-family: "Trade Gothic LT W05 Bd Cn No-2", Verdana, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0.875em;
  text-transform: uppercase;
}

.giving-option__headers.purple {
  background: #522D80;
  color: #FFFFFF;
}

.giving-option__headers.blue {
  background: #005EB8;
  color: #FFFFFF;
}

.giving-option__headers.red {
  background: #950606;
  color: #FFFFFF;
}

.giving-option__headers.white {
  background: #ffffff;
  color: #685C53;
  border: 1px solid #685C53;
}

.event-block
 {
    background: #eee;
    flex-grow: 1;
    padding: 1rem;
    justify-content: center;
}

.flx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 5px 25px 25px;
    background: #eee;
    margin-bottom: 25px;
}
h3.purple{
    color: #522D80;
}
.btn {
    margin: 5px 0px 5px;
}
  .giving-option__content .giving-option__lft {
    float: left;
    margin-right: 2%;
    padding: 0.875rem;
}