.page-node-5561 {
    /* color: green; */
}

#block-pagetitle-3 span {
  margin: 0;
  font-family: Teko;
  font-size: 3rem;
}

.page-node-5561 .region-featured-top {
  color: white;
  background-image: url('../img/idea-hero-background.jpg');
  background-position: center center; 
  background-size: cover;
  /* background-repeat: no-repeat; */
  padding: 30px;
}

/* MOVE TO DIFF CSS FILE */
.page-node-5560 .region-featured-top {
  color: white;
  background-image: url('../img/idea-hero-background.jpg');
  background-position: center center; 
  background-size: cover;
  /* background-repeat: no-repeat; */
  padding: 30px;
}

/* END SECTION */

.page-node-5561 .bs_grid .ck-widget {
  margin-left: 0.3rem;
}

.page-node-5561 .align-center img {
    width: 500px;
    height: auto;
    border-radius: 20px;
}

.page-node-5561 .row .col > span {
  font-weight: bold;
}

.page-node-5561 .custom-line {
  border: none;                /* Removes the default 3D browser border */
  border-top: 2px solid #333;  /* Sets thickness, style, and color */
  width: 100%;                 /* Controls the length of the line */
  margin: 20px auto;           /* Adds space above/below and centers it */
}

.page-node-5561 .section-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-left: 1rem;
}

.page-node-5561 .divider-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
}

.page-node-5561 .divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #999;
}

.page-node-5561 .image_text_background {
  aspect-ratio: 3 / 2;
}

.page-node-5561  .image_text_background img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crops instead of stretching image */
  display: block;
}