.features-icons-new {
  border: 1px solid rgba(24, 40, 72, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.features-icons-new > [class*='col-'] {
  border-right: 1px solid rgba(24, 40, 72, 0.08);
}

.features-icons-new > [class*='col-']:last-child {
  border-right: 0;
}

.features-icons-new__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 112px;
  padding: 1.25rem 1.5rem;
}

.features-icons-new__icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  border: 2px solid #4f8fdf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.features-icons-new__icon {
  font-size: var(--feature-icon-size, 2.5rem);
  line-height: 1;
  color: var(--feature-icon-color, #3a82db);
  background: var(--feature-icon-color, #3a82db);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-icons-new__content h4 {
  margin: 0 0 0.2rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
  color: #1b2434;
}

.features-icons-new__content p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #4f5a69;
}

@media (max-width: 991.98px) {
  .features-icons-new > [class*='col-'] {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 40, 72, 0.08);
  }

  .features-icons-new > [class*='col-']:last-child {
    border-bottom: 0;
  }

  .features-icons-new__item {
    min-height: 96px;
    padding: 1rem 1rem;
  }

  .features-icons-new__icon-wrap {
    width: 60px;
    height: 60px;
  }

  .features-icons-new__content h4 {
    font-size: 1.35rem;
  }

  .features-icons-new__content p {
    font-size: 1rem;
  }
}
