/* ============================================
   ICONOS SVG (Phosphor Icons)
   ============================================
   Sustituye los iconos PNG tipo clipart de la
   plantilla original por iconos de línea SVG
   ============================================ */

.feature-svg-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  color: #584d48;
}

.corner-icon._1,
.corner-icon._2,
.expand-icon,
.expand-icon-2,
.expand-icon-3 {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
