.products-section{
  padding-top: 60px;
  padding-bottom: 60px;
  background: #EFF6FF;
}

.one-platform-heading {
  font-size: 42px;
  color: #2C2C2C;
}

.onr-platform-para {
  font-size: 20px;
  color: #2C2C2C;
}

.one-platform-cards {
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  background: #DCEAFD;
  border-radius: 20px;
  /*height: 220px;*/
}

.one-platform-cards-heading {
  font-size: 20px;
  color: #2C2C2C;
}

.one-platform-cards-para {
  color: #2C2C2C;
  font-size: 14px;
}

.one-ai-pill{
  display: inline-flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #C6DCFF;
}

.one-ai-pill p{
  color: #2965E7;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.75px;
  letter-spacing: 0.7px;
}

/* =========================
   LEARN MORE (FINAL + ANIMATION)
   ========================= */

/* wrapper */
.learn-more{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: 0.2s ease all;
}

.learn-link{
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: 0.2s ease all;
}

.learn-more-icon{
  transition: 0.2s ease all;
  transform: translateX(0);
  display: inline-block;
}

.learn-more:hover{
  color: #6D3CFF;
}

.learn-more:hover .learn-more-icon{
  transform: translateX(4px);
  filter: brightness(0) saturate(100%) invert(22%) sepia(85%) saturate(2950%) hue-rotate(248deg) brightness(98%) contrast(98%);
}
}