.cards-animations{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.cards-animations__card{align-items:center;border-radius:5px;display:flex;flex-direction:column;height:auto;justify-content:center;max-width:240px;min-height:361px;padding:0 30px;text-align:center;transition:all .7s ease;width:100%}.cards-animations__card:hover{background-color:#2e475d;color:#fff}@media (max-width:500px){.cards-animations__card{max-width:unset}}.cards-animations__card img{height:72px;margin-bottom:8px;object-fit:contain;width:72px}.cards-animations__card h5{font-size:21px;transition:all .7s ease}.cards-animations__card:hover h5{color:#fff}.prevent-scroll{overflow:hidden}