.page-title {
  font-size: 1.875rem;
  line-height: 1.2;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .page-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 62em) {
  .page-title {
    font-size: 3rem;
  }
}

.page-title:not(:last-child) {
  margin-bottom: 3.125rem;
}

.page-title--small {
  font-size: 1.41667rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 48em) {
  .page-title--small {
    font-size: 1.875rem;
  }
}

@media (min-width: 62em) {
  .page-title--small {
    font-size: 2.25rem;
  }
}

/* custom */

.customEventsDetailHeader--title{
  color: #0D1A2D !important ;
  font-weight: 700;
  font-size: 24px;
}
