#content {
  position: relative;
}

.event_Title {
  color: inherit;
}

.grid-item {
  margin-top: 0rem;
  margin-bottom: 5rem;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 497px;
}

.banner__image {
  width: 100%;
  opacity: 1;
  height: auto;
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(238, 238, 238);
  /*background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);*/
  background-image: none;
  opacity: 0.9;
  z-index: 1;
  opacity: 0.75;
}

.banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 35%,
    rgba(238, 238, 238, 1) 90%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 35%,
    rgba(238, 238, 238, 1) 90%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 35%,
    rgba(238, 238, 238, 1) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  z-index: 2;
}

.banner__text-wrapper {
  position: relative;
  text-align: center;
  margin: 2.5rem 0;
}

.banner__text {
  font-size: 3.5rem;
  line-height: 3rem;
  font-weight: bold;
  display: inline-block;
  padding: 1rem 0;
  position: relative;
  color: #333333;
  text-shadow: none;
  text-transform: none;
}

.banner__subtext {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-sizing: border-box;
  text-shadow: none;
  position: relative;
  line-height: 1.75rem;
}
