.arrow-button-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;text-align:center}.arrow-button-cards>div{display:flex;flex:1 1 30%;flex-direction:column;max-width:340px}.arrow-button-cards p{margin-top:0}.arrow-button-cards h2,.arrow-button-cards h3,.arrow-button-cards h4{margin-bottom:.5rem;margin-top:1rem}.arrow-button-cards .circle-arrows-button{align-items:center;background-color:#f7941d;border-radius:50%;display:flex;height:50px;justify-content:center;margin:auto auto 0;padding:16px;transition:background-color .5s;width:50px}.arrow-button-cards .arrow-button-card-image{aspect-ratio:5/4;max-width:340px;object-fit:cover}@keyframes arrow-button-cards-arrows{0%{transform:translateX(0)}50%{transform:translateX(5px)}to{transform:translateX(0)}}.arrow-button-cards .circle-arrows-button:focus-visible,.arrow-button-cards .circle-arrows-button:hover{background-color:#01506f}.arrow-button-cards .circle-arrows-button:focus-visible svg,.arrow-button-cards .circle-arrows-button:hover svg{animation:arrow-button-cards-arrows .5s infinite}@media (max-width:768px){.arrow-button-cards{display:block}.arrow-button-cards>div{margin-inline:auto}.arrow-button-cards .circle-arrows-button{margin-bottom:3rem}}