.about-page{padding:14rem 0 8rem}.about-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;margin-top:4rem;display:grid}.about-text h2{color:var(--primary);margin-top:2rem;margin-bottom:1rem}.about-text h2:first-child{margin-top:0}.about-text p{color:var(--on-surface-variant);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-text ul{padding:0;list-style:none}.about-text ul li{color:var(--on-surface-variant);margin-bottom:1rem;padding-left:1.5rem;line-height:1.6;position:relative}.about-text ul li:before{content:"";background-color:var(--secondary);border-radius:50%;width:8px;height:8px;position:absolute;top:.6rem;left:0}.about-image-wrapper{border-radius:var(--radius-lg);width:100%;height:100%;min-height:500px;overflow:hidden;box-shadow:0 20px 40px #0003}.about-image{object-fit:cover;width:100%;height:100%}@media (max-width:992px){.about-content{grid-template-columns:1fr}}