.error_section .error_box{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.error_section img{width:35%;margin-bottom:20px}.error_section h1{color:var(--turquoise);text-align:center}.error_section p{width:50%;font-size:20px;text-align:center}.error_section .button_contain{width:220px}.error_section .button_contain a{padding:10px 0}@media (max-width:996px){.error_section{height:100vh}.error_section .error_box{height:100%}.error_section img{width:80%}.error_section h1{font-size:25px}.error_section p{width:100%;font-size:16px}}