.container{position:relative;height:100vh;overflow:hidden;background:url(../../images/background/404-buliding.webp);background-repeat:repeat-x;background-position:bottom left}.container::before{position:absolute;top:20px;left:0;right:0;background:url(../../images/background/404-sky.webp);background-repeat:repeat-x;background-size:contain;background-position:top center;content:"";height:522px;z-index:-1;animation:cloudMove 120s linear 0s infinite}@keyframes cloudMove{0%{background-position:1920px 100%}100%{background-position:0 100%}}.card{border:1.5px solid #ffe5db;border-radius:30px;padding:3rem 4rem;box-shadow:15px 15px 60px 0 #f6dFDDB2;color:var(--primary-color);margin:0;background-color:rgba(255,255,255,.6)}.icon-box{margin-bottom:30px}.text{margin-bottom:15px}.button.secondary svg{margin-left:8px}@media screen and (max-width:39.99875em){.container::before{background-size:cover;background-position:top left}.card{padding:2rem}}@media screen and (max-width:380px){.card{padding:2rem 1.5rem}}