img{display:block;width:100%}.mt-auto{margin-top:auto}.products,.products>*{box-sizing:border-box;flex:1}.products{display:grid;grid-template-column:1fr 1fr;grid-template-column:1fr;gap:1rem;isolation:isolate}.product{box-shadow:3px 3px 10px 0 rgba(0,0,0,.25);display:flex;flex-basis:50%}.product__information{align-content:space-around;align-content:center;align-items:space-around;display:flex;flex:1;flex-direction:column;justify-content:space-around;justify-content:center;padding:1rem;text-align:center}.product__information h2{color:#01577b;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.product__title{flex:1;font-size:1rem;margin-bottom:1rem}.product__image-wrapper{display:grid;flex:1;overflow:hidden;place-items:center;position:relative}.product__image-wrapper img{aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;transition:all .7s ease;z-index:100}.product__image-wrapper:after{background:#01577b;bottom:0;-webkit-clip-path:polygon(100% 0,100% 50%,100% 100%,50% 100%,20% 51%,52% 0);clip-path:polygon(100% 0,100% 50%,100% 100%,50% 100%,20% 51%,52% 0);content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:-100}@media screen and (min-width:500px){.products{display:grid;grid-template-columns:1fr}}@media screen and (min-width:768px){.products{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:900px){.products{display:grid;grid-template-columns:repeat(2,1fr)}.product__image-wrapper img{aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:all .5s ease-in-out;z-index:100}.product__image-wrapper:after{transform:translateX(100%);transition:all .5s ease-in-out}.product__image-wrapper:hover:after{transform:translateX(0)}.product__image-wrapper:hover img{transform:scale(1.05)}}.product__icons{display:flex;justify-content:flex-end}.product__icon{height:30px;width:30px}.learn-more-btn{background-color:#4e8f38}@media screen and (min-width:1200px){.product__information h2{font-size:1.75rem}.product__title{font-size:1.5rem}}