.product-intro-item,.product-intro-items{display:flex;flex-direction:column}.product-intro-item h4{color:var(--primary);margin-bottom:.5rem}.product-intro-item p{color:#ccc}.product-intro-item>img{margin-bottom:12px;width:100%}@media (min-width:480px){.product-intro-items{margin:0 auto;max-width:480px}.product-intro-item{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}.product-intro-item>img{margin-bottom:0;max-width:200px;object-fit:cover;width:48%}.product-intro-item-text{width:calc(52% - 16px)}}@media (min-width:992px){.product-intro-items{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.product-intro-item{display:flex}.product-intro-item>img{margin-right:15px}}@media (min-width:1100px){.product-intro-items{flex-direction:row;flex-wrap:nowrap;max-width:100%}.product-intro-item{width:32%}}