@charset "UTF-8";.first-box{background:#f96d8e}.second-box{background:#f74972}.third-box{background:#f51b4f}.box{width:21.43em;height:10em;border-radius:1.42em;box-shadow:0 4px 4px #00000040}.arrow{width:50px;height:50px;animation:floatAnimationX .5s ease-in-out infinite}.process-container{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.process-container{flex-direction:column;align-items:center}.arrow{margin:20px 0;animation:floatAnimationY .5s ease-in-out infinite}.title{text-align:center}}@keyframes floatAnimationX{0%,to{transform:translate(0)}50%{transform:translate(10px)}}@keyframes floatAnimationY{0%,to{transform:rotate(90deg) translate(0)}50%{transform:rotate(90deg) translate(-10px)}}
