/* === OUR STORY SECTION === */

.fce-about-story {
  padding: 80px 20px;
  background: #f7f8fb;
}

.fce-story-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* Heading */

.fce-story-heading {
  text-align: center;
  margin-bottom: 40px;
}

.fce-story-heading .fce-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 600;
  color: #8c99ab;
  margin-bottom: 6px;
}

.fce-story-heading h2 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #1d2735;
  margin: 0;
}

/* Layout */

.fce-story-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* Main text */

.fce-story-main p {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.75;
  color: #4b5563;
}

/* Aside / highlights */

.fce-story-aside {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
  padding: 22px 24px 20px;
}

.fce-story-aside h3 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #1f2933;
}

.fce-story-aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fce-story-aside li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.fce-story-aside li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  color: #2b6cb0;
  /* accent bullet */
  font-size: 18px;
  line-height: 1;
}

/* Responsive */

@media (max-width: 900px) {
  .fce-about-story {
    padding: 60px 18px;
  }

  .fce-story-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fce-story-heading h2 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .fce-about-story {
    padding: 50px 16px;
  }

  .fce-story-main p {
    font-size: 14px;
  }

  .fce-story-aside {
    padding: 18px 18px 16px;
  }
}

#pgc-32-2-0.panel-grid-cell {
  margin: 0px;
  padding: 0px;
}

#services.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-32-2 {
  margin: 0px;
}