.spe-products-section{background:#fff;width:100%;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}
.spe-products-inner{width:100%;margin:0 auto}
.spe-products-heading{text-align:center}
.spe-products-eyebrow{font-size:15px;font-weight:800;letter-spacing:.03em;line-height:1.3;margin-bottom:7px}
.spe-products-title{font-size:38px;line-height:1.15;font-weight:800;margin:0;color:#111}
.spe-products-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:stretch}
.spe-product-card{position:relative;overflow:visible;background:#fff;border:1px solid #e3e3e3;box-shadow:0 4px 13px rgba(0,0,0,.06);min-width:0;height:100%}
.spe-product-card-link{display:block;color:inherit;text-decoration:none;height:100%}
.spe-product-image{width:100%;height:185px;overflow:hidden;background:#eceff1}
.spe-product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.spe-product-card:hover .spe-product-image img{transform:scale(1.025)}
.spe-product-icon{position:absolute;left:18px;top:156px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffc400;z-index:2;box-shadow:0 3px 8px rgba(0,0,0,.12)}
.spe-product-icon i{font-size:22px}
.spe-product-icon svg{width:22px;height:22px}
.spe-product-content{padding:42px 18px 22px}
.spe-product-title{font-size:16px;line-height:1.28;font-weight:800;margin:0 0 17px;text-transform:uppercase}
.spe-product-description{font-size:14px;line-height:1.65}
.spe-products-button-wrap{text-align:center}
.spe-products-button{display:inline-flex;align-items:center;justify-content:center;gap:28px;border:2px solid #555;text-decoration:none;font-size:15px;line-height:1;font-weight:800;letter-spacing:.01em;transition:all .2s ease}
.spe-products-button i{font-size:15px}
.spe-products-button svg{width:15px;height:15px}
@media(max-width:1024px){.spe-products-title{font-size:32px}.spe-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.spe-products-section{padding-left:15px!important;padding-right:15px!important}.spe-products-title{font-size:28px}.spe-products-grid{grid-template-columns:1fr}.spe-product-image{height:230px}.spe-product-icon{top:201px}}
