.products{display:none}.product-grid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:auto;position:relative;width:100%}.card{background:#efefef;border-radius:12.583px;height:100%}.product-item{display:flex;flex-direction:column;position:relative}.product-item--description{padding:20px;position:relative;z-index:1}.product-item h4{color:#ff7a00;font-size:18px;font-weight:500;margin:0}.product-item p{color:#494949;font-size:13px;font-weight:300;margin:0}.product-item a{display:block;font-size:15px;font-weight:400}.product-item img{display:block;margin-left:auto;margin-right:auto;margin-top:-60px;position:relative;z-index:0}@media screen and (min-width:1027px){.products{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;justify-content:flex-start}.card{background:#efefef;border-radius:12.583px;height:187.58px;overflow:hidden;padding:20px}.products__item{box-sizing:border-box;flex:0 0 calc(20% - 20px);max-width:calc(20% - 20px);position:relative;width:187.58px}.products__item img{margin-top:-40px}.products__item-description h4{color:#ff7a00;font-size:18px;font-weight:500;margin:0;position:relative;z-index:1}.products__item-description p{color:#494949;font-size:13px;font-weight:300;margin:0;position:relative;z-index:1}.products__item-description a{color:#494949;font-size:16px;font-weight:400;margin:0;position:relative;z-index:1}}@media screen and (min-width:1280px){.products{gap:42px}.products__item{flex:0 0 calc(20% - 42px);max-width:calc(20% - 42px)}.products__item img{margin-top:-60px}}