.Gallery{padding:60px 0 90px}@media screen and (max-width:767px){.Gallery{padding:30px 0 45px}}.Gallery__items{display:grid;gap:30px;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr 1fr}@media screen and (max-width:767px){.Gallery__items{grid-template-columns:1fr;grid-template-rows:auto}}.Gallery__item{border-radius:16px;overflow:hidden}.Gallery__item:first-child{grid-column:1/3;grid-row:1/3}@media screen and (max-width:767px){.Gallery__item:first-child{grid-column:auto;grid-row:auto}}.Gallery__item:nth-child(4){grid-column:3/5;grid-row:2/3}@media screen and (max-width:767px){.Gallery__item:nth-child(4){grid-column:auto;grid-row:auto}}.Gallery__image{background:var(--color-bg);border-radius:16px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}
