/* RC70 About layout */
.about-gallery{padding:92px 0 104px;background:#fff}.about-gallery .about-gallery-layout{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.55fr);gap:72px;align-items:start}.about-gallery-heading{margin:0;max-width:500px}.about-gallery-heading h2{margin:.35rem 0 0;font-size:clamp(52px,5vw,82px);line-height:.88;font-weight:300;letter-spacing:-.045em;color:#061827}.about-gallery-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(220px,.85fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:20px;width:100%}.about-gallery-item{position:relative;display:block;min-height:0;overflow:hidden;border:0;background:#eef3f6}.about-gallery-main{grid-row:1 / 3}.about-gallery-item img{display:block;width:100%;height:100%;min-height:0;aspect-ratio:auto;object-fit:cover;object-position:center;transform:none;opacity:1;transition:transform .3s ease}.about-gallery-main img{min-height:560px}.about-gallery-item:not(.about-gallery-main) img{min-height:270px}.about-gallery-item::after,.about-gallery-item span{display:none!important;content:none!important}.about-gallery-item:hover img{transform:scale(1.015);opacity:1}@media(max-width:1050px){.about-gallery .about-gallery-layout{grid-template-columns:1fr;gap:42px}.about-gallery-heading{max-width:720px}.about-gallery-heading h2{font-size:clamp(46px,7vw,72px);line-height:.94}}@media(max-width:700px){.about-gallery{padding:62px 0 72px}.about-gallery-grid{grid-template-columns:1fr;grid-template-rows:auto}.about-gallery-main{grid-row:auto}.about-gallery-main img,.about-gallery-item:not(.about-gallery-main) img{min-height:0;height:auto;aspect-ratio:auto;object-fit:contain}}
