/* Preserve the CMS company text and blend it with the redesign copy. */
#common-home .c365-home-section--about .c365-home-about-heading {
  max-width: none;
}
#common-home .c365-home-about-heading h2.c365-home-about-kicker {
  margin: 0 0 10px !important;
  color: #876200 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
  line-height: 1.4;
}
#common-home .c365-home-about-heading p.c365-home-about-title {
  max-width: none;
  margin: 0 !important;
  color: #102753 !important;
  font-size: clamp(27px, 3vw, 40px) !important;
  font-weight: 900 !important;
  letter-spacing: -.035em;
  line-height: 1.15;
}
#common-home .c365-home-section--about .c365-home-about-layout {
  display: block;
  margin-top: 24px;
}
#common-home .c365-home-section--about .c365-home-about-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}
#common-home .c365-home-about-chapter {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .94);
  border-radius: 24px;
  background: linear-gradient(140deg, rgba(255, 255, 255, .72), rgba(231, 242, 255, .42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 12px 28px rgba(23, 56, 105, .055);
}
#common-home .c365-home-about-chapter h3 {
  margin: 0 0 16px !important;
  color: #102753 !important;
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.35;
}
#common-home .c365-home-section--about .c365-home-about-story p {
  margin: 0 0 14px !important;
  color: #314461 !important;
  font-size: 14px !important;
  line-height: 1.7;
}
#common-home .c365-home-about-chapter > p:last-child {
  margin-bottom: 0 !important;
}
#common-home .c365-home-about-chapter p.c365-home-about-addition {
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(33, 72, 126, .13);
}
#common-home .c365-home-section--about .c365-home-about-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  #common-home .c365-home-section--about .c365-home-about-story {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #common-home .c365-home-about-chapter {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  #common-home .c365-home-about-chapter {
    padding: 18px;
    border-radius: 18px;
  }
  #common-home .c365-home-section--about .c365-home-about-layout {
    margin-top: 18px;
  }
  #common-home .c365-home-section--about .c365-home-about-facts {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #common-home .c365-home-section--about .c365-home-about-facts > div {
    display: flex;
    min-height: 72px;
    padding: 16px;
  }
  #common-home .c365-home-section--about .c365-home-about-facts strong {
    margin: 0;
    font-size: 21px;
  }
  #common-home .c365-home-section--about .c365-home-about-facts span {
    max-width: 145px;
    font-size: 12px;
    text-align: right;
  }
}
