.cards-grid-4{display:grid;gap:24px;justify-content:center}@media screen and (min-width:1024px){.cards-grid-4{grid-auto-rows:135px;grid-template-columns:repeat(8,min(135px,10%))}}@media screen and (max-width:1023px){.cards-grid-4{display:flex;flex-wrap:wrap}}.cards-grid-4__item{border-radius:24px;flex:0 0 calc(100% - 1rem);position:relative}@media only screen and (min-width:768px){.cards-grid-4{margin:1.5rem}.cards-grid-4__item{flex:0 0 calc(50% - 1rem);padding:30px 50px}.icon-container{margin-top:15px;width:calc(100% - 100px)}}@media only screen and (min-width:1024px){.cards-grid-4__item{flex:0 0 calc(33.33333% - 1rem)}}.cards-grid-4__item .card__icon{display:block;margin-bottom:0;margin-left:auto;width:fit-content}.cards-grid-4__item .card__icon img{display:block;margin-left:auto;margin-right:-10px;margin-top:-10px;transition:all .5s ease-out;width:fit-content}.cards-grid-4__item--1{grid-area:box-1}.cards-grid-4__item--2{grid-area:box-2}.cards-grid-4__item--3{grid-area:box-3}.cards-grid-4__item--4{grid-area:box-4}.cards-grid-4__item--5{grid-area:box-5}.cards-grid-4__item--6{grid-area:box-6}.cards-grid-4__item--7{grid-area:box-7}.cards-grid-4__item--8{grid-area:box-8}@media only screen and (max-width:768px){.cards-grid-4__item{max-width:450px;padding-right:65px}.icon-container{margin-top:-10px;width:calc(100% - 60px)}}@media only screen and (max-width:1024px) and (min-width:768px){.icon-container{margin-top:-10px;width:calc(100% - 70px)}}.icon-container{position:absolute}.cards-grid-4__item .card__title{margin:5px 0}.card-info{margin:auto 0;padding-bottom:5px}.card-container{display:flex;height:100%;transition:all .5s ease-out;width:100%}.card__desc{margin-top:16px}@media only screen and (min-width:768px) and (max-width:1024px){.cards-grid-4__item{min-height:300px}.cards-grid-4{justify-content:start!important}}@media only screen and (min-width:768px){.cards-grid-4__item:hover .card__icon img{margin-right:-17px;margin-top:-15px;transition:all .5s ease-out}}