.event-fp {
    display: table;
    flex-direction: row;
    background: #666;
    background: -moz-linear-gradient(-30deg, #247194 20%, #01496a 80%);
    background: -webkit-linear-gradient(-30deg, #247194 20%,#01496a 80%);
    background: linear-gradient(135deg, #247194 20%,#01496a 80%);
    width: 100%;
    color: #fff;
    padding:2rem;
    margin-bottom: 1rem;
}

.event-fp-title {
  font-weight: bold;
  font-size: 1.75rem;
}

.event-fp a {
  color: #fff;
}