




.ai-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
  padding: 0 20px;
}

.card {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}


.ai-news {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
  padding: 0 20px;
}


.blob {
  width: 560px;
  padding: 32px 48px;
  border-radius: 50% / 40%;
  background: linear-gradient(145deg, #f2f2f2, #dcdcdc);
  box-shadow: 6px 6px 18px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  font-size: 2.4rem;
}
