.bullet-points-element .bullets-row {
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .bullet-points-element .bullets-row {
    min-height: 140px;
  }
}
.bullet-points-element .bullets-row .h-line {
  top: 0;
  left: 0;
}
.bullet-points-element .bullets-row .h-line.animated {
  width: 100%;
}
@media (min-width: 992px) {
  .bullet-points-element .bullets-row.bullets-row-heading {
    min-height: 170px;
  }
}
.bullet-points-element .bullets-row .bullets-row-bullet {
  flex: 0 0 20px;
}
.bullet-points-element .bullets-row .bullets-row-text {
  flex: 1;
  padding-right: 24px;
}
@media (min-width: 992px) {
  .bullet-points-element .bullets-row .bullets-row-text {
    padding-right: 0;
  }
}
.bullet-points-element .bullets-row .bullets-row-expand {
  text-decoration: none;
}
.bullet-points-element .bullets-row .bullets-row-expand svg {
  transform: rotate(180deg);
  transition: transform 0.25s ease;
  transform-origin: center;
}
.bullet-points-element .bullets-row .bullets-row-expand.collapsed svg {
  transform: rotate(0);
}
.bullet-points-element .bullets-row .bullets-h-line-mobile {
  opacity: 0.3;
}
/*# sourceMappingURL=../../../dist/css/maps/elements/bulletpoints.css.map */
