.gallery{padding:0 max(8vw,45px) 105px;background:#f0e9d5;display:grid;grid-template-columns:2fr 1fr 1fr;gap:15px}.gallery figure{height:290px;margin:0;position:relative;overflow:hidden;background:#213c29}.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery figure:hover img{transform:scale(1.04)}.gallery figcaption{position:absolute;bottom:0;left:0;right:0;padding:15px;background:#07110aaa;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.gallery-wheel{height:100%;display:grid;place-content:center;text-align:center;border-radius:50%;margin:26px;background:conic-gradient(#d97647 0 60deg,#5eb9b7 60deg 120deg,#9c65e8 120deg 180deg,#54aa61 180deg 240deg,#c5509d 240deg 300deg,#e0c531 300deg);border:12px solid #67714a;color:#f8e7a1;text-shadow:0 2px #172214;font:800 22px 'Baloo 2'}.gallery-wheel small{font:800 7px Manrope;letter-spacing:.14em;color:#fff}.gallery-box{height:100%;background:linear-gradient(155deg,#d8ef49,#6d9b36);padding:30px;display:flex;flex-direction:column;justify-content:space-between;color:#17321c}.gallery-box b{font:800 26px 'Baloo 2';letter-spacing:-1px}.gallery-box b span{color:#e86e43;font-size:14px}.gallery-box i{font:800 20px 'Baloo 2';line-height:1;font-style:normal}@media(max-width:760px){.gallery{grid-template-columns:1fr;padding:0 28px 75px}.gallery figure{height:240px}}
