.ps-recipe-cards-wrapper{margin:auto;max-width:1250px;padding:100px 30px}.ps-recipe-cards .grid-container{display:grid;grid-template-areas:"top-left center top-right" "bottom-left center bottom-right";grid-template-columns:1fr 1.5fr 1fr;grid-gap:16px}.ps-recipe-cards .grid-item{border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.15);overflow:hidden;position:relative}.ps-recipe-cards .grid-item img{display:block;height:100%;object-fit:cover;width:100%}.ps-recipe-cards .grid-item .label{bottom:20px;left:0;position:absolute;right:0;text-align:center}.ps-recipe-cards .top-left{grid-area:top-left}.ps-recipe-cards .top-right{grid-area:top-right}.ps-recipe-cards .bottom-left{grid-area:bottom-left}.ps-recipe-cards .bottom-right{grid-area:bottom-right}.ps-recipe-cards .center{grid-area:center}@media (max-width:768px){.ps-recipe-cards .grid-container{grid-template-areas:"center" "top-left" "top-right" "bottom-left" "bottom-right";grid-template-columns:1fr}}