.aboutPage{width:100%;margin:auto;display:flex;padding:0 30px;max-width:1300px;min-height:100vh;height:fit-content;box-sizing:border-box;flex-direction:column;background-color:#0e110d}.aboutPage .wrapper{min-height:80vh;margin:auto}.aboutPage .header{display:flex;margin-top:3em;align-items:center;flex-direction:column;justify-content:center}.aboutPage .header .headerGroup{padding:5px;width:fit-content;position:relative}.aboutPage .header .headerGroup .title{margin:0;z-index:2;color:#0e110d;position:relative}@media (max-width: 480px){.aboutPage .header .headerGroup .title{font-size:1.8rem}}.aboutPage .header .headerGroup .headerBg{top:0;left:0;z-index:1;content:"";width:100%;height:100%;opacity:1;border-radius:5px;position:absolute;background:#c0fc64}.aboutPage .header .motto{font-style:italic}.aboutPage .card{padding:20px;margin:20px auto;border-radius:45px;border:2px solid #c0fc64;border-bottom:10px solid #c0fc64}.aboutPage .card section{margin-bottom:20px}.aboutPage .card section h2{font-size:1.8rem;color:#c0fc64;margin-bottom:10px}.aboutPage .card section p{font-size:1rem;color:#eef2ee}.aboutPage .card section ul{list-style:disc;padding-left:20px}.aboutPage .card section ul li{margin-bottom:8px}
