.dce-product-tile-container{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;margin:4rem auto;max-width:90vw}@media (max-width: 768px){.dce-product-tile-container{max-width:100vw;gap:3rem;margin:2rem auto;align-items:center;flex-direction:column;margin-top:5rem}}.dce-product-tile{position:relative;z-index:1;background:white;z-index:auto;width:30%;min-width:300px;max-width:320px;min-height:400px;padding:1rem;display:flex;align-items:center;flex-direction:column;justify-content:space-between;gap:10px;background-repeat:no-repeat;background-size:cover;cursor:pointer;color:#224C98;font-size:26px;display:flex;flex-direction:column}.dce-product-tile::after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;z-index:-1;background:linear-gradient(52deg, #224C98, #224C98, #224C98, #224C98, #224C98, #224C98, #224C98, #224C98, #224C98, #89c80096, #fff, #89c80096, #89c80096, #224C98, #224C98, #224C98, #224C98, #224C98, #224C98, #224C98, #224C98, #224C98)}.dce-product-tile .image-caption{width:100%;height:100%;max-height:200px;object-fit:cover;z-index:10}.dce-product-tile .overlay{height:0;transition:all 800ms ease;position:absolute}.dce-product-tile button{z-index:20}.dce-product-tile .title{text-align:center;z-index:20}.dce-product-tile .title::first-letter{text-transform:uppercase}.dce-product-tile .description{font-size:13px}.dce-product-tile:hover .title{color:white}.dce-product-tile:hover .overlay{height:100%;width:100%;display:block;z-index:15;transition:all 800ms ease;background:#224C98;opacity:0.5;position:absolute;top:0}@media (max-width: 768px){.dce-product-tile{height:140px;padding:8px;justify-content:space-evenly}.dce-product-tile p{font-size:12px}.dce-product-tile button{display:none}}.product-tile-btn{font-size:14px;text-align:center;width:80%;box-shadow:rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset}