/* NODE 5570 - UNDERGRADUATE CLONE */
/* ************************** */
/* ************************** */

.page-node-5570 .about-us-section {
  background-color: #F5F0E6;
  padding: 30px;
}

.page-node-5570 .about-us-section img {
  border-radius: 8px;
}

.page-node-5570 .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-5570 .section-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-node-5570 .divider-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
}

.page-node-5570 .divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #999;
}






.page-node-5570 .about-us-section .col-sm p:nth-of-type(2) {
  font-family: Teko;
  font-size: 3rem;
}

.page-node-5570 .about-us-section hr {
  border: none;
  height: 2px;
  background-color: #C69214;
}

.page-node-5570  .row.equal-row .card.custom-card {
  background-color: #F4F0E7;
  /* padding: 20px; */
  border-radius: 15px;
}

.page-node-5570  .row.equal-row .card.custom-card .card-header {
  border-radius: 15px;
  border-bottom: none;
  border-top: none;
}

.page-node-5570  .row.equal-row .card.custom-card .card-header > p:not(:first-child) {
  padding: 15px;
}


.page-node-5570  .row.equal-row .card.custom-card .card-header > p:first-child img {
  border-radius: 15px 15px 0 0;
}
