.product-finder-results-section .result-products-container{display:grid;grid-template-rows:auto;grid-template-columns:repeat(6, 1fr);gap:30px;margin-top:44px}.product-finder-results-section .result-product-card{overflow:hidden;grid-column:span 2;background-color:#000}@media(min-width: 576px)and (max-width: 991.98px){.product-finder-results-section .result-product-card{grid-column:span 3}}@media(max-width: 575.98px){.product-finder-results-section .result-product-card{grid-column:span 6}}.product-finder-results-section .result-product-card .card-img-top{aspect-ratio:16/6;background-repeat:no-repeat;background-size:contain;background-position:center}