.animation{transition:transform .3s ease-in-out}.animation:hover{transform:scale(1.05)}[data-testid=flowbite-card]>div{justify-content:flex-start!important}#featuresContainer{height:fit-content}@media(max-width:768px){#featuresContainer [data-testid=flowbite-card-image]{transform:scale(.5)}}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.title-animation{animation:slideInFromRight .5s ease-in-out;animation-delay:1ms;opacity:0;animation-fill-mode:forwards}.subtitle-animation{animation:slideInFromRight .5s ease-in-out;animation-delay:.3s;opacity:0;animation-fill-mode:forwards}.desc-animation{animation:slideInFromRight .5s ease-in-out;animation-delay:.5s;opacity:0;animation-fill-mode:forwards}.button-animation{animation:slideInFromRight .5s ease-in-out;animation-delay:.3s;opacity:0;animation-fill-mode:forwards}@keyframes growIn{0%{transform:scale(.8);opacity:.5}to{transform:scale(1.1);opacity:1}}.header-image-animation{animation:growIn 6s ease-in-out;opacity:.5;animation-fill-mode:forwards}