.gallery{background-color:#fff;padding:4rem 3rem}.gallery__container{display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:1200px}.gallery__headline{font-size:2rem;font-weight:400;margin-bottom:4rem;text-align:center;text-transform:uppercase}.gallery__item-container{display:grid;gap:4rem;grid-template-columns:repeat(3,1fr)}@media (max-width:800px){.gallery__item-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery__item-container{grid-template-columns:repeat(1,1fr)}}.gallery__item{display:flex;flex-direction:column;gap:1rem}.gallery__item--image{cursor:pointer;overflow:hidden;transition:all .5s;width:100%}.gallery__item--image:hover{opacity:.5}.gallery__item--description{color:#000;line-height:1.6;margin:0;text-align:center}.gallery__item--button{display:flex;justify-content:center}.gallery__item--button a{font-size:1rem;padding:.5rem}