.storyanjana{background:#f4f6f8;font-family:Roboto,sans-serif;padding:40px 20px}.storyanjana-container{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-template-columns:repeat(4,1fr);margin:auto;max-width:1400px}.storyanjana-card{background:#fff;border-radius:18px;box-shadow:0 15px 40px rgba(0,0,0,.08);opacity:0;overflow:hidden;padding:45px 35px;position:relative;transform:translateY(50px);transition:all .4s ease}.storyanjana-card:before{background:#1dd013;border-top-left-radius:18px;border-top-right-radius:18px;content:"";height:5px;left:0;position:absolute;top:0;transition:width .4s ease;width:0}.storyanjana-card:hover{box-shadow:0 25px 60px rgba(0,0,0,.15);transform:translateY(-14px)}.storyanjana-card:hover:before{width:100%}.storyanjana-icon{color:#1d3f8c;font-size:34px;margin-bottom:25px}.storyanjana-card h3{color:#1dd013;font-size:22px;font-weight:700;margin-bottom:18px}.storyanjana-card p{color:#2b2b2b;font-size:15px;line-height:1.7}.storyanjana-card.visible{opacity:1;transform:translateY(0);transition:all .8s ease}.storyanjana-card:first-child.visible{transition-delay:.1s}.storyanjana-card:nth-child(2).visible{transition-delay:.25s}.storyanjana-card:nth-child(3).visible{transition-delay:.4s}.storyanjana-card:nth-child(4).visible{transition-delay:.55s}.storyanjana-icon{height:52px;margin-bottom:22px;width:52px}.storyanjana-icon img{height:100%;object-fit:contain;width:100%}@media (max-width:1024px){.storyanjana-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.storyanjana-container{grid-template-columns:1fr}}