.middlePart{display:flex;flex-direction:column;justify-content:center;align-items:center}h3{margin-top:20px;font-size:4.5rem;color:#fff;font-weight:300}h4{font-size:2.8rem;color:#3ecf8e;font-weight:500}h5{color:#fff;font-size:1.2rem;text-align:center;font-weight:400;margin-top:20px;margin-left:15rem;margin-right:17rem}.buttonsDiv{display:flex;flex-direction:row;justify-content:center;align-items:center}.dashboardBtn{padding:.5rem 1.5rem;background:#0e432b;transition:.3s ease-in-out;border:1.5px solid #263112;border-radius:6px;font-weight:500;font-family:Poppins,sans-serif;color:#fff;margin-right:15px}.dashboardBtn:hover{background:#30845c;cursor:pointer;border:1.5px solid #4c6321;color:#fff;cursor:hover}.guideBtn{padding:.5rem 1.5rem;background:#242424;transition:.3s ease-in-out;border:1px solid #fff;border-radius:6px;font-weight:500;font-family:Poppins,sans-serif;color:#fff;margin-right:15px;transition:.25s ease}.guideBtn:hover{cursor:pointer;border:1.4px solid #fff;color:#fff;cursor:hover}@font-face{font-family:helvetica;src:url(/_next/static/media/bd9c03ab41cfae35-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:helvetica Fallback;src:local("Arial");ascent-override:71.81%;descent-override:20.70%;line-gap-override:0.00%;size-adjust:99.99%}.__className_01f295{font-family:helvetica,helvetica Fallback}.features-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.5rem;margin:3rem auto;max-width:1200px;padding:2rem}.feature-tile{background-color:#2c2c2c;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.2);padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.feature-tile:nth-child(odd){grid-row-end:span 2}.feature-tile:hover{transform:translateY(-10px);box-shadow:0 12px 32px rgba(0,0,0,.3);background-color:#444}.icon{font-size:2rem;color:#00bcd4;margin-bottom:1rem;transition:color .3s ease}.feature-name{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.8rem}.feature-description{font-size:1rem;color:#bbb;line-height:1.5}