/* components/usp-item/src/scss/usp-item.scss */
.c-usp-item {
  background: #CCE5D7;
  border-radius: 1rem;
  padding: 1.5625rem;
  height: 100%;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.c-usp-item.c-usp-item--color-secondary {
  background: #FDECCE;
}
.c-usp-item.c-usp-item--color-accent-purple {
  background: #DFE1FE;
}
.c-usp-item.c-usp-item--color-accent-blue {
  background: #CCE5F1;
}
.c-usp-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5625rem;
  text-align: center;
}
.c-usp-item__icon svg {
  max-height: 3.75rem;
}
.c-usp-item__icon svg path {
  fill: #007E38;
}
.c-usp-item--color-secondary .c-usp-item__icon svg path {
  fill: #F49F0B;
}
.c-usp-item--color-accent-purple .c-usp-item__icon svg path {
  fill: #4E4993;
}
.c-usp-item--color-accent-blue .c-usp-item__icon svg path {
  fill: #007EBA;
}
.c-usp-item__title h3 {
  color: #007E38;
}
.c-usp-item--color-secondary .c-usp-item__title h3 {
  color: #F49F0B;
}
.c-usp-item--color-accent-purple .c-usp-item__title h3 {
  color: #4E4993;
}
.c-usp-item--color-accent-blue .c-usp-item__title h3 {
  color: #007EBA;
}
/*# sourceMappingURL=usp-item.css.map */
