.products{margin-top:54px}.products__container{padding-top:2rem;padding-bottom:3rem}.products__margin-top{margin-top:1rem}.products__product-card-container{display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem}.products__product-list-container{display:flex;flex-direction:column;justify-content:flex-start}.products__product-list-item{margin:.5rem 0}.products__product-card{padding:2rem;background-color:#f6f8fb;border-radius:16px}.products__product-icon{height:auto;width:70px;margin-bottom:.5rem}.products__product-nav{display:flex;justify-content:flex-start;align-items:center;margin-top:1rem;cursor:pointer}.products__right-arrow{margin-top:6px;margin-left:1rem;height:auto;width:25px}.products__margin-top-large{margin-top:3rem}@media(min-width:1200px){.products{margin-top:180px}.products__container{padding-bottom:2rem}.products__product-card-container{display:grid;grid-template-columns:auto auto auto auto;gap:1.5rem;margin-top:2rem}.products__product-card{padding:1rem}.products__product-icon{width:60px}.products__right-arrow{margin-top:4px;margin-left:2rem;height:auto;width:20px}.products__margin-top-large{margin-top:4rem}}