.animated-card-section-container{display:flex;flex-direction:row;flex-flow:wrap;margin:96px auto;width:100%}.animated-card-section-container>h2{color:#001234;font-size:48px;font-weight:700;margin:20px auto;text-align:center;width:auto}.animated-card-section-container>p{font-size:16px;margin:20px auto 40px;padding:0 20px;text-align:left;width:67%}.animated-card{align-items:center;background-color:#f4f2ec;border-radius:24px;color:#001234;display:flex;flex:45%;flex-direction:column;justify-content:center;margin:18px;padding:48px;text-align:center;transition:transform .2s}.animated-card:hover{color:#001234;cursor:pointer;transform:scale(1.05)}.animated-card img{height:auto;min-width:300px;width:100%}.animated-card h3{color:#001234;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-1.12px;line-height:120%;margin-top:36px}@media screen and (max-width:919px){.animated-card-section-container{flex-flow:column;margin-top:50px}.animated-card-section-container>p{width:100%}.animated-card{flex:100%}}