.product-cards{cursor:pointer;display:grid;gap:1rem;grid-auto-rows:1fr;grid-template-columns:1fr;min-height:25vh;text-decoration:none}@media screen and (min-width:700){.product-cards{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.product-card-title{tex-decoration:none!important;color:#fff;font-size:36px;text-align:center}}@media screen and (min-width:1200px){.product-cards{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr}}.product-cards a:active,.product-cards a:hover{text-decoration:none}.product-card{background-position:50%;background-repeat:no-repeat;background-size:contain;border:2px solid #043a4c;flex:1;min-height:300px;min-width:300px;position:relative}.product-card *{transition:all .5s ease}.learn-more-btn{justify-self:flex-end;transition:all 1s ease}.product-card-inner{align-items:stretch;align-items:center;background:rgba(0,50,71,.8);display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:space-between;padding:2rem 1rem}.product-card-title{tex-decoration:none!important;color:#fff;font-size:28px;text-align:center}.product-card:hover .product-card-title{background:transparent;color:#043a4c}.product-card:hover .product-card-inner{background:hsla(0,0%,100%,.5)}.product-card img{display:block;min-width:300px;width:100%}