/* components/category-title/src/scss/category-title.scss */
.c-category-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.c-category-title__inner {
  border-radius: 1rem;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .c-category-title__inner {
    padding: 1.25rem 1.875rem;
  }
}
.c-category-title__title-row {
  -webkit-transform: translateX(-0.0625rem);
  transform: translateX(-0.0625rem);
}
@media (min-width: 768px) {
  .c-category-title__title-row {
    -webkit-transform: translateX(-0.25rem);
    transform: translateX(-0.25rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5625rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.c-category-title__title h1 {
  line-height: 1;
}
.c-category-title__subtitle {
  font-family:
    "museo-sans-rounded",
    "Helvetica",
    sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-category-title__subtitle {
    font-size: 1.375rem;
  }
}
.c-category-title--color-green {
  color: #007E38;
}
.c-category-title--color-green a,
.c-category-title--color-green .c-icon,
.c-category-title--color-green h1 {
  color: #007E38;
}
.c-category-title--color-green .c-category-title__inner {
  background: #CCE5D7;
}
.c-category-title--color-green .c-category-title__icon path {
  fill: #007E38;
}
.c-category-title--color-orange {
  color: #F49F0B;
}
.c-category-title--color-orange a,
.c-category-title--color-orange .c-icon,
.c-category-title--color-orange h1 {
  color: #F49F0B;
}
.c-category-title--color-orange .c-category-title__inner {
  background: #FDECCE;
}
.c-category-title--color-orange .c-category-title__icon path {
  fill: #F49F0B;
}
.c-category-title--color-purple {
  color: #4E4993;
}
.c-category-title--color-purple a,
.c-category-title--color-purple .c-icon,
.c-category-title--color-purple h1 {
  color: #4E4993;
}
.c-category-title--color-purple .c-category-title__inner {
  background: #DFE1FE;
}
.c-category-title--color-purple .c-category-title__icon path {
  fill: #4E4993;
}
.c-category-title--color-blue {
  color: #007EBA;
}
.c-category-title--color-blue a,
.c-category-title--color-blue .c-icon,
.c-category-title--color-blue h1 {
  color: #007EBA;
}
.c-category-title--color-blue .c-category-title__inner {
  background: #CCE5F1;
}
.c-category-title--color-blue .c-category-title__icon path {
  fill: #007EBA;
}
.c-category-title__intro-text {
  width: 100%;
  margin-top: 1rem;
  padding: 0 0.8rem;
}
.c-category-title {
  margin-bottom: 2rem;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.w-full {
  width: 100%;
}
/*# sourceMappingURL=category-title.css.map */
