@keyframes brainBob{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes brainBobShadow{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}.about-brain{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:610px;width:100%}.about-brain .brain-image{animation:brainBob 2s ease-in-out infinite;aspect-ratio:610/487;background-image:url(/wp-content/uploads/2025/04/Brain-Clear-1.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.about-brain .brain-shadow{animation:brainBobShadow 2s ease-in-out infinite;background:rgba(77,78,83,.12);border-radius:480px;filter:blur(6px);height:20px;max-width:100%;width:100%}@media screen and (max-width:991.98px){.about-brain .brain-shadow{display:none}}
