.strong-points-component {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  padding: 40px 60px;
}
.strong-points-component .strong-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 64px;
}
.strong-points-component .strong-point:last-child {
  margin-bottom: 0;
}
.strong-points-component .strong-point p {
  color: #2F2F2F;
  margin-bottom: 0;
}
.strong-points-component .strong-point figure {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.strong-points-component .strong-point figure::before, .strong-points-component .strong-point figure::after {
  content: "";
  flex-grow: 1;
  height: 0.5px;
  background-color: #D2C9DF;
}
.strong-points-component .strong-point figure img {
  width: 40px;
  position: relative;
  margin-inline: 30px;
}
.strong-points-component .strong-point .text ul {
  margin-bottom: 0;
}

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