.products__text{display:grid;grid-template-columns:minmax(auto,470px) auto}.products__cards{display:grid;gap:2rem 1.8rem;grid-template-columns:repeat(4,25fr);list-style-type:none;padding:0}.products__card{background-color:#1e2448;display:flex;height:inherit;overflow:hidden;position:relative;width:inherit}.products__card:hover .products__card__svg{transform:scale(1.2)}.products__card:hover .hover-path{transition:.3s ease-in-out;fill:#5fa839!important;fill-opacity:1!important}.products__icon__title{color:#fff;font-size:2rem;font-weight:400;line-height:normal;margin:0;padding:13rem 3rem 3rem;text-decoration:none;width:100%}.products__card .products__icon__title:hover{color:#fff}.products__card__svg{max-width:11.9rem;position:absolute;right:0;top:0;transition:.3s ease-in-out}.products__card__svg svg{height:auto;width:100%}@media only screen and (max-width:1200px){.products__cards{grid-template-columns:repeat(2,50fr)}}@media only screen and (max-width:640px){.products__cards,.products__text{grid-template-columns:repeat(1,minmax(0,100%))}}