.showcase_container{width:1440px;height:716px;margin:0 auto;display:flex;box-sizing:border-box;padding-top:20px}.showcase_container img{width:100%;height:auto;transition:transform .3s ease}.showcase_container img:hover{transform:scale(1.05)}.showcase_container h2,.showcase_container h3{margin:10px 0}.showcase_left-container,.showcase_right-container{width:50%;height:100%;box-sizing:border-box}.showcase_left-container{display:flex;flex-direction:column;background-color:#f5f5f5;border-radius:18px;padding:20px;margin-right:20px;border:1px solid #e7e7e7}.showcase_left-container img{border-radius:18px;width:85%;max-height:calc(100% - 60px);object-fit:cover;margin:0 auto;display:block;position:relative;padding-top:1rem}.showcase_left-container h2{text-align:center;margin-top:10px;flex-shrink:0;color:#333}.showcase_right-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:20px;box-sizing:border-box;height:100%}.showcase_product{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#f5f5f5;border-radius:18px;padding:0 1rem;box-sizing:border-box;overflow:hidden;border:1px solid #e7e7e7}.showcase_product img{border-radius:18px;width:90%;max-height:calc(100% - 40px);object-fit:cover;display:block;position:relative;margin-top:1rem;left:1rem}.showcase_product h3{flex-shrink:0;color:#333}.showcase_left-container img,.showcase_product img{transition:transform 0.3s ease;.showcase_left-container img:hover,.showcase_product img:hover{transform:scale(1.05)}.showcase-header-headline{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#333}}@media (max-width:768px){.showcase_container{flex-direction:column;width:100%;height:auto}.showcase_left-container,.showcase_right-container{width:100%;margin-bottom:20px}.showcase_left-container{flex-direction:column;align-items:center}.showcase_left-container img{width:100%;border-radius:18px;max-height:none;margin:0 auto}.showcase_left-container h2{margin:0;text-align:left}.showcase_right-container{grid-template-columns:1fr 1fr;grid-gap:10px;height:auto}.showcase_product{height:auto}.showcase_product img{max-height:none;margin:10px auto;left:0;width:100%}.showcase-header-headline{font-size:2rem}}