#our-story{color:#22284b}#our-story .cards{gap:1rem}@media screen and (min-width: 768px){#our-story .cards{gap:1.125rem;display:grid;grid-template-columns:1fr 1fr}}#our-story .cards .card{max-width:100%;text-align:center}#our-story .cards .card__title{color:#5776c3}#our-story .cards .card__image{overflow:hidden;pointer-events:none;animation:rotation 40s infinite linear;animation-play-state:paused}#our-story .cards .card__image img{max-width:100%}#our-story .cards .card:first-of-type:hover .card__image{animation-play-state:running}#our-story .cards .card:last-of-type .card__image{animation:wave 6s infinite ease-in-out;animation-play-state:paused}#our-story .cards .card:last-of-type:hover .card__image{animation-play-state:running}@keyframes wave{0%{translate:-1px -1px;rotate:-4deg}20%{translate:0px 20px;rotate:4deg}50%{translate:0px -10px;rotate:-8deg}80%{translate:0px 8px;rotate:4deg}to{translate:-1px -1px;rotate:-4deg}}@keyframes rotation{0%{rotate:0deg;translate:0}50%{translate:-20% 10%}to{rotate:760deg;translate:0}}
