.notFount{height:150px;display:flex;justify-content:center;align-items:center;border-radius:10px;color:var(--primary);font-size:35px;font-weight:700}.contact{padding:20px 0 50px}.contact .title h1{color:#1a202c}.contact .title p{color:#718096;font-weight:600}.contact .grid{display:grid;grid-template-columns:1fr;grid-gap:25px;gap:25px}@media only screen and (min-width:992px){.contact .grid{grid-template-columns:2.2fr 1fr}}.contact .informations{margin-top:20px;background:linear-gradient(45deg,#fff,hsla(0,0%,95%,.36));border:3px solid #fff;border-radius:15px;box-shadow:0 4px 8px 0 hsla(0,0%,67%,.259)}.contact .informations .box{padding:20px 30px;border-bottom:3px solid #fff}.contact .informations .box h3{color:#0d121e;margin-bottom:10px}.contact .informations .box p{color:rgba(34,31,31,.804);font-size:19px;font-weight:500}.contact .informations .box p span{margin-right:20px}