
/* NODE 5578 - ABOUT CLONE */
/* ************************** */
/* ************************** */
.page-node-5578 h2 {
  font-family: Teko;
  font-size: 3rem;
  font-weight: bold;
}

/* 
.page-node-5578  .row.equal-row .card.custom-card .card-header > p:first-child img {
  border-radius: 15px 15px 0 0;
} */

.page-node-5578 .about-banner {
  /* display: flex; */
  gap: 22px;
  border-top: 10px solid #FFCD00;
  justify-content: center;
  width: 80%;          /* shrink element so that op border is shorter */
  margin: 0 auto;      /* center element*/
  
}


.page-node-5578 .card.vision, .card.mission, .card.values  {
  width: 200px;
  height: 350px;
  padding: 35px 22px;
  box-sizing: border-box;
  color: white;

  /* Creates the pointed bottom */
  clip-path: polygon(
    0 0,
    100% 0,
    100% 92%,
    50% 100%,
    0 92%
  );
}

.page-node-5578 .vision {
  background: #182B49;
}

.page-node-5578 .mission {
  background: #1B5588;
}

.page-node-5578 .values {
  background: #C69214;
}

.page-node-5578 h3 {
  /* margin: 0 0 8px; */
  font-size: 24px;
}

.page-node-5578 p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.page-node-5578 .goal-card {
  background: linear-gradient(to right, #002235, #00629B);
  margin: 5px;
  color: white;
  border-radius: 60px;
  padding: 12px 50px;
}

.page-node-5578  .row.equal-row .card.staff-card {
  background-color: #274575;
  /* padding: 20px; */
  border-radius: 15px;
  color: white;
  border: none;
}

.page-node-5578  .row.equal-row .card.staff-card .card-header {
  border-radius: 15px;
  border-bottom: none;
  border-top: none;
  padding: 0;
  border: none;
}

.page-node-5578  .row.equal-row .card.staff-card .card-header > p:not(:first-child) {
  padding-left: 15px;
  padding-right: 15px;
}


.page-node-5578  .row.equal-row .card.staff-card .card-header > p:nth-of-type(2) {
  padding-top: 15px;
}

.page-node-5578  .row.equal-row .card.staff-card .card-header > p:nth-of-type(5) {
  padding-bottom: 15px;
}



.page-node-5578  .row.equal-row .card.staff-card .card-header > p:first-child img {
  border-radius: 15px 15px 0 0;
  padding: 0;
}
