.strong-points-v2-component {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@container (width >= 768px) {
  .strong-points-v2-component {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (width >= 992px) {
  .strong-points-v2-component {
    grid-template-columns: repeat(3, 1fr);
  }
}
.strong-points-v2-component .strong-point-v2-component {
  background-color: #FFFFFF;
  height: 100%;
  max-width: 418px;
  margin: 0 auto;
  border-radius: 0.75rem;
  padding: 30px;
}
.strong-points-v2-component .strong-point-v2-component img {
  display: block;
  margin-inline: auto;
  margin-bottom: 20px;
  width: 40px;
}
.strong-points-v2-component .strong-point-v2-component p {
  margin-bottom: 0;
}

/*# sourceMappingURL=strong-points-v2-component-style.css.map */
