.product-with-text{display:flex;justify-content:space-between;gap:30rem}@media only screen and (max-width: 1060px){.product-with-text{flex-direction:column;gap:5rem}}.product-with-text .product-with-text__product{flex-shrink:0;width:33.3333333333%}@media only screen and (max-width: 992px){.product-with-text .product-with-text__product{width:100%;max-width:50rem}}.product-with-text .product-with-text__inner{display:flex;justify-content:space-between;gap:30rem}.product-with-text .product-with-text__inner .product-with-text__product{flex-shrink:0;width:33.3333333333%}.product-with-text .product-with-text__inner .product-with-text__content .product-with-text__heading{font-size:5.8rem;font-weight:200;line-height:1.15;color:var(--color-icon)}@media only screen and (max-width: 768px){.product-with-text .product-with-text__inner .product-with-text__content .product-with-text__heading{font-size:4.2rem}}.product-with-text .product-with-text__inner .product-with-text__content .product-with-text__heading span{display:block;text-transform:uppercase;color:var(--color-text)}.product-with-text .product-with-text__inner .product-with-text__content .product-with-text__caption{margin-top:4rem;font-size:2rem;line-height:1.35;text-transform:uppercase}.product-with-text .product-with-text__inner .product-with-text__content .product-with-text__text{font-size:2rem;line-height:1.35}.product-with-text .product-with-text__inner .product-with-text__content .product-with-text__text p{margin:0;margin-bottom:1.35rem}.product-with-text .product-with-text__inner .product-with-text__content .product-with-text__text p:last-child{margin-bottom:0}.product-with-text .product-with-text__inner--reverse{flex-direction:row-reverse}