.about{min-height:100vh;width:100vw;background:#fff6ee}.about header{background:var(--primary-color);color:#fff;min-height:15vh;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;padding:2rem 0}.about header h1{font-size:2rem}.about header h2{font-size:1rem;font-weight:400;width:80%;margin-top:1rem;text-align:center}.about header .back-icon-btn{position:absolute;left:1rem;top:30%}.about header .back-icon-btn img{width:2rem}.about header .back-icon-btn:hover{opacity:.9}.about section{padding:2rem}.about section div.row{margin-bottom:3rem}.about section div.row h1{font-size:1.3rem;font-weight:500;color:#000;margin-bottom:.5rem}.about section div.row p{color:grey;line-height:150%;text-align:justify;font-size:.8rem}@media screen and (min-width:798px){.about section{max-width:40vw;margin:auto}}