.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:var(--background);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:var(--primary)}.aboutPage .header .motto{font-style:italic}.aboutPage .card{padding:20px;margin:20px auto;border-radius:45px;border:2px solid var(--primary);border-bottom:10px solid var(--primary)}.aboutPage .card section{margin-bottom:20px}.aboutPage .card section h2{font-size:1.8rem;color:var(--primary);margin-bottom:10px}.aboutPage .card section p{font-size:1rem;color:var(--text)}.aboutPage .card section ul{list-style:disc;padding-left:20px}.aboutPage .card section ul li{margin-bottom:8px}
