.gallery-grid-heading{display:flex;gap:24px}.gallery-grid-title{flex:1;font-size:60px;font-style:normal;font-weight:600;line-height:110%}.gallery-grid-description{flex:1}.gallery-grid-description,.gallery-grid-description *{margin:0}.gallery-grid-layout{display:grid;gap:24px;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;height:600px;margin-top:48px;width:100%}.gallery-grid-item{background-position:50%;background-size:cover;border-radius:8px}.gallery-grid-item:first-child{grid-row:1/span 2}.black-and-white .gallery-grid-item{filter:grayscale(1)}@media (max-width:1024px){.gallery-grid-title{font-size:40px;line-height:54px}}@media (max-width:768px){.gallery-grid-heading{flex-direction:column;gap:48px}.gallery-grid-layout{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;height:auto}.gallery-grid-item:first-child{grid-column:1/span 2;grid-row:1;height:250px}.gallery-grid-item:nth-child(2),.gallery-grid-item:nth-child(3){height:150px}}