h2{color:#fff}.slo-products{display:grid;gap:25px;grid-template-columns:repeat(3,1fr);margin-top:60px}.product__item{background-color:#544fff;border-radius:20px;color:#fff;height:100%;padding:30px;transition:all .2s}.product__item:hover{background-color:#3e3aa9;color:#fff;transition:all .2s}.product__image{filter:brightness(0) invert(1);max-height:49px;max-width:110px!important}.product__name{font-size:26px;margin-bottom:20px;margin-top:15px}.product__image_wrapper{display:flex;justify-content:space-between;min-height:49px}.product__link,.product__link:hover{color:#fff;text-decoration:none}@media screen and (max-width:980px){.slo-products{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.slo-products{gap:25px;grid-template-columns:auto}}@media screen and (max-width:480px){.product__name{font-size:24px}}