.content-layout{position:relative;min-height:100vh;display:flex;flex-direction:column;background:var(--light);overflow:auto}@media screen and (max-width:991px){.content-layout{background:#e7e7e7}}.content-layout-body{padding:0 12px 12px;display:flex;flex-direction:column;flex:1}.content-layout-body__inner{border-radius:16px;background:#e7e7e7;flex:1;display:flex;flex-direction:column}.about-page{display:flex;flex-direction:column;flex:1}.about-content{flex:1;padding:80px 0 120px;display:flex;flex-direction:column;justify-content:center}.about-hero{padding-top:60px}@media screen and (max-width:768px){.about-hero{padding-top:0}}.about-hero__container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:stretch}@media(max-width:768px){.about-hero__container{grid-template-columns:1fr;gap:40px}}.about-hero__title{font-size:64px;color:var(--dark);line-height:1.1;font-family:unbounded,Unbounded,sans-serif;font-weight:400}@media(max-width:768px){.about-hero__title{font-size:48px}}.about-hero__description{font-size:16px;line-height:1.6;color:#333}.about-hero__description p{margin:0 0 20px}.about-hero__description p:last-child{margin-bottom:0}.about-hero__description p strong{font-weight:500}.about-hero__description a{color:var(--blue-accent);text-decoration:none}.about-hero__description a:hover{text-decoration:underline}.about-hero__info{display:flex;flex-direction:column;gap:60px;justify-content:space-between}@media(max-width:768px){.about-hero__info{padding-top:0;gap:40px}}.about-hero__locations{font-size:18px;font-weight:500;color:#000;line-height:1.4;margin-bottom:24px}.about-hero__locations p{margin:0}.about-hero__team{display:flex;justify-content:flex-start}.about-hero__team img{max-width:100%;height:auto}