.lp-ic-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.lp-ic-card {
  width: 33.33%;
  padding: 0 20px;
}

.lp-ic-card-inner {
  max-width: 292px;
  margin: 0 auto;
  height: 100%;
  border: 2px solid currentColor;
  border-radius: 10px;
}

.lp-ic {
  width: 63px;
  height: 63px;
  background: currentColor;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -31.5px;
}

.lp-ic-content {
  padding: 24px;
  text-align: center;
}

.lp-ic-content h3 {
  font-family: Montserrat !important;!i;!;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
  text-align: center;
  color: currentColor;
}

.lp-ic-content p {
  font-size: 20px;
  text-align: center;
  color: #0B3F52;
}

@media (max-width:767px){
  .lp-ic-card {
    width: 100%;
  }

  .lp-ic-card-wrapper {
    gap: 63px 0;
  }

  .lp-ic-content p {
    margin: 0;
    font-size: 16px;
  }
}