/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/icon-bullets/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * Frontend styles for the Icon Bullets block.
 * Add your custom styles here.
 */
.magnet-icon-bullets.light-bg {
  color: white;
}
.magnet-icon-bullets.light-bg .magnet-icon-bullets__title {
  color: white !important;
}
.magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__title {
  font-family: var(--wp--preset--font-family--graphik-medium-web) !important;
  font-size: 38px;
  letter-spacing: 0.3px;
  line-height: 38px;
  margin: 0;
  margin-bottom: 27px;
}
@media screen and (max-width: 992px) {
  .magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__title {
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 0.22px;
    margin-bottom: 34px;
  }
}
.magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list {
    gap: 20px;
  }
}
.magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list .magnet-icon-bullets__bullet {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 28px;
}
@media screen and (max-width: 992px) {
  .magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list .magnet-icon-bullets__bullet {
    gap: 15px;
  }
}
.magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list .magnet-icon-bullets__bullet .magnet-icon-bullets__icon-container {
  flex: 0 0 48px;
  padding-top: 12px;
}
@media screen and (max-width: 992px) {
  .magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list .magnet-icon-bullets__bullet .magnet-icon-bullets__icon-container {
    flex: 0 0 40px;
  }
}
.magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list .magnet-icon-bullets__bullet .magnet-icon-bullets__icon-container svg {
  fill: #F7A029;
  max-height: 48px;
}
@media screen and (max-width: 992px) {
  .magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list .magnet-icon-bullets__bullet .magnet-icon-bullets__icon-container svg {
    max-height: 40px;
  }
}
.magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list .magnet-icon-bullets__bullet .magnet-icon-bullets__content {
  flex: 1;
}
.magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list .magnet-icon-bullets__bullet .magnet-icon-bullets__content .magnet-icon-bullets__subtitle {
  margin: 0;
  font-family: var(--wp--preset--font-family--graphik-medium-web) !important;
  letter-spacing: 0.16px;
  color: #FF9A01;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 11px;
  font-family: var(--font-brooklyn-book);
  font-size: 24px !important;
  line-height: 40px !important;
}
.magnet-icon-bullets .magnet-icon-bullets__container .magnet-icon-bullets__list .magnet-icon-bullets__bullet .magnet-icon-bullets__content .magnet-icon-bullets__description {
  margin: 0;
  margin-top: 11px;
  font-family: var(--wp--preset--font-family--graphik-regular-web);
  letter-spacing: 0.16px;
  font-size: 24px;
  line-height: 30px;
}

/*# sourceMappingURL=style-index.css.map*/