/* NODE 5561 - NEW ADMITS CLONE */
/* ************************** */
/* ************************** */

.page-node-5561 .bs_grid .row .col-sm p {
    font-family: Teko;
    text-align: center;
}

.page-node-5561 .bs_grid:nth-of-type(2) .ck-widget {
  margin-left: 0.3rem;
  background-color: #F5F0E6;
}

.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;
}