.hero-circle{position:absolute;border-radius:9999px;animation:pulse 4s ease-in-out infinite}.circle-1{width:80px;height:80px;background-color:#a7d96f;top:20%;left:15%;animation-delay:0s}.circle-2{width:60px;height:60px;background-color:#d0f0c0;top:50%;left:60%;animation-delay:1.5s}.circle-3{width:100px;height:100px;background-color:#56902b;top:30%;left:40%;opacity:.7;animation-delay:3s}@keyframes pulse{0%{transform:scale(.8);opacity:.6}50%{transform:scale(1.1);opacity:1}to{transform:scale(.8);opacity:.6}}