.wgt-wizora-ai-powered .ai-powered-title {
  font-size: clamp(1.5rem, 1.3483rem + 0.6472vw, 2.125rem);
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 2.625rem;
  color: var(--title-color);
}
.wgt-wizora-ai-powered .ai-powered-title span {
  font-style: italic;
  background: linear-gradient(108.03deg, #8b6fff 12.28%, #d8cbfd 129.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.wgt-wizora-ai-powered .ai-powered-container {
  display: flex;
  gap: 1.5rem;
}
.wgt-wizora-ai-powered .ai-powered-card {
  width: 100%;
  padding: 1.5rem 1.125rem;
  box-shadow: 0px 4px 20px -20px #8390aa14;
  border: 1px solid #f5f3ff;
  border-radius: 10px;
  box-shadow: var(--short-shadow);
}
.wgt-wizora-ai-powered .ai-powered-card img {
  width: 100%;
  max-width: 3.25rem;
  margin-bottom: 1.5rem;
}
.wgt-wizora-ai-powered .ai-powered-card :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.2045rem + 0.1942vw, 1.4375rem);
  color: var(--title-color);
  margin-bottom: 0.875rem;
}
.wgt-wizora-ai-powered .ai-powered-card p {
  color: var(--description-color);
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wgt-wizora-ai-powered .ai-powered-container {
    flex-direction: column;
    gap: 0.875rem;
  }
  .wgt-wizora-ai-powered .ai-powered-card {
    padding: 0.875rem;
  }
  .wgt-wizora-ai-powered .ai-powered-card img {
    max-width: 2.375rem;
    margin-bottom: 0.875rem;
  }
  .wgt-wizora-ai-powered .ai-powered-card :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0.5rem;
  }
}
