#page-title {
  display: none;
}

.paragraphs-item-paragraph-1-col-clean {
  padding-bottom: 0px !important;
}

.paragraphs-item-paragraph-1-col-clean h5 {
  border-bottom: 1px solid #d73f09;
}

/*CSS Injector for dev Data Day page*/

/*Hiding the page title*/
#page-title {
  display: none;
}

/*Hero section*/
.eb-parallax .even {
  width: min-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: unset !important;
}

h3.about-hero-title {
  background-color: unset !important;
  width: 800px;
  color: white !important;
  text-transform: uppercase !important;
  font-size: 50px !important;
}

h5.big-sub-title {
  font-size: 35px;
}

h5.big-sub-title s {
  text-decoration-thickness: 2px;
}

.eb-parallax {
  background: rgba(0,0,0,0.65) !important;
}

/*Days left, speakers, and dashboards counters*/
.counters {
  display: flex;
  gap: 40px;
  background: rgba(0,0,0, 0.65);
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  justify-content: center;
  width: min-content;
  /*! justify-items: center; */
  margin: auto;
}

.counters .counter {
  width: 150px;
}

.counters .number {
  color: white !important;
  background: unset;
  font-size: 40px !important;
}

.counters .text {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
}