.gallery-feature{align-items:flex-start;display:flex;flex-flow:row nowrap;justify-content:space-between}.gallery-feature .content{flex:0 0 calc(33.33333% - 20px);margin-right:20px}.gallery-feature .images{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);width:100%}.gallery-feature .images .image{display:block}.gallery-feature .images .image img{object-fit:cover}@media (max-width:1150px){.gallery-feature .images{grid-template-columns:repeat(2,1fr)}.gallery-feature .images .image:last-of-type{display:none}}@media (max-width:900px){.gallery-feature .content{flex:0 0 calc(50% - 20px)}}@media (max-width:700px){.gallery-feature{flex-flow:column nowrap}.gallery-feature .content{flex:100%}.gallery-feature .images{margin-top:20px}}