*{box-sizing:border-box;font-family:Arial,sans-serif}body{margin:0;background:#faf7f5;color:#333}nav{position:absolute;top:0;width:100%;padding:25px 8%;display:flex;justify-content:space-between;align-items:center}nav img{width:140px}nav a{color:white;text-decoration:none;margin:15px}.hero{height:90vh;background:url(images/hero.svg) center/cover;display:flex;align-items:center;justify-content:center;color:white;text-align:center}.hero h1{font-size:70px}.hero a{background:white;color:#333;padding:15px 35px;border-radius:30px;text-decoration:none}.company,section{padding:70px 10%;text-align:center}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card{background:white;border-radius:20px;overflow:hidden}.card img,.about img{width:100%}.about{display:flex;gap:40px;align-items:center}.about div,.about img{width:50%}footer{background:#111;color:white;padding:30px;text-align:center}@media(max-width:700px){.grid,.about{display:block}.card{margin:20px}.about div,.about img{width:100%}.hero h1{font-size:45px}}