.columns-products{grid-gap:2px;display:grid;flex-direction:row;gap:2px;grid-template-columns:1fr 1fr;width:100%}.columns-products__left{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}@media only screen and (max-width:991px){.columns-products__left{aspect-ratio:1;grid-column:span 2}}.columns-products__left--reversed{order:1}.columns-products__left-image{filter:brightness(.6);height:100%;left:50%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:-1}.columns-products__left-content{align-items:center;display:flex;flex-direction:column;gap:1.875rem;justify-content:center;padding:3.125rem 6.25rem;text-align:center;width:100%}@media only screen and (max-width:991px){.columns-products__left-content{padding:2.5rem 3.125rem}}.columns-products__left-title{color:#fff;font-size:2.875rem;font-weight:600;line-height:3.5625rem}.columns-products__right{display:flex;flex-direction:row;flex-wrap:wrap;gap:2px;overflow:hidden}@media only screen and (max-width:991px){.columns-products__right{grid-column:span 2}}.columns-products__right-product{width:calc(50% - 1px)}.columns-products__right-product .product-card{height:100%}