@keyframes cuPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

#contact-us div[style*="background:#eee"] {
    animation: cuPulse 1.5s ease-in-out infinite;
}
