/* ==========================================================
   Component: SectionTitle
   Figma nodes: 4:15026, 4:15169, 4:15206
   font: Open Sans Bold 20px | #162e47 | height: 27px
   ========================================================== */

.cs-section-title {
  font-family: var(--cs-font-base);
  font-weight: var(--cs-fw-bold);
  font-size: var(--cs-fs-xl);
  line-height: var(--cs-lh-tight);
  color: var(--cs-text-primary);
  margin: 0;
  width: 100%;
}
