.section-process-waves{height:100dvh}.section-process-waves:after,.section-process-waves:before{content:"";position:absolute;left:50%;top:50%;width:200px;height:200px;border-radius:50%;border:2px solid rgba(255,255,255,.15);opacity:0;animation:waveEffect 5s linear infinite;z-index:0}.section-process-waves:after{animation-delay:-2.5s}.process-waves-container{width:50%}@media (max-width:440px){.process-waves-container{width:100%}}@keyframes waveEffect{0%{transform:translate(-50%,-50%) scale(.1);opacity:0}20%{opacity:.7}70%{transform:translate(-50%,-50%) scale(2.5);opacity:.3}to{transform:translate(-50%,-50%) scale(3.5);opacity:0}}