/******* Do not edit this file *******
Code Snippets Manager
Saved: Oct 15 2025 | 01:52:33 */
/* Initial states for animated elements */
.brxe-heading,
.project_details___title,
.project_details___subtitle,
.project_details___description,
.project_details__tags,
.project-block__image {
  will-change: transform, opacity;
}

/* Initial state for elements that fade and slide up */
.brxe-heading,
.project_details___block .brxe-heading,
.project_details___subtitle,
.project_details___description {
  opacity: 0;
  transform: translateY(30px);
}

h3#brxe-wlujul {
    opacity: 1 !important;
    transform: translateY(0)!important;
}
