.image-gallery__heading{margin-bottom:10rem;text-align:center}.image-gallery__wrapper{display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);grid-template-rows:[row1-start] repeat(3,40rem) [row3-end] repeat(auto-fit,[row4] 40rem)}.image-gallery__inner img{border-radius:8px;height:100%!important;max-width:100%;object-fit:cover}.image-gallery-item--1{grid-column:1/1;grid-row:1/span 2}.image-gallery-item--2{grid-column:2/2;grid-row:1/1}.image-gallery-item--3{grid-column:1/1;grid-row:3/3}.image-gallery-item--4{grid-column:2/2;grid-row:2/span 2}.image-gallery__button{display:flex;justify-content:center}button.show-more{background-color:transparent;border:1px solid var(--green);border-radius:4px;color:var(--green);cursor:pointer;display:inline-block;font-size:1.6rem;font-weight:600;margin-top:5rem;padding:1.2rem 2.4rem;text-align:center;text-decoration:none;transition:var(--transition);white-space:normal}button.show-more:hover{border:1px solid var(--grey);color:var(--grey)}@media screen and (max-width:767px){.image-gallery__heading{margin-bottom:5rem}.image-gallery__wrapper{grid-template-columns:1fr;grid-template-rows:repeat(4,1fr)}.image-gallery-item--1{grid-column:1/1;grid-row:1/1}.image-gallery-item--2{grid-column:1/1;grid-row:2/2}.image-gallery-item--3{grid-column:1/1;grid-row:3/3}.image-gallery-item--4{grid-column:1/1;grid-row:4/4}}