/* Why FedTech Consulting? — стили только для блока с ID #rec1318226741 */
#rec1318226741 .t-features__item {
  border-radius: 12px; /* скругление углов */
  background: #f8faff; /* мягкий голубовато-белый фон */
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* лёгкая тень */
  padding: 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#rec1318226741 .t-features__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.15); /* эффект при наведении */
}

#rec1318226741 .t-features__title {
  font-size: 20px;
  font-weight: 700;
  color: #0047FF; /* квантовый синий для заголовков */
  margin-bottom: 12px;
}

#rec1318226741 .t-features__descr {
  font-size: 16px;
  color: #2a2a2a; /* тёмно-серый текст */
  line-height: 1.6;
}