.cards-hover .page-center .items{display:flex;flex-wrap:wrap;gap:24px;justify-content:left}.cards-hover .page-center .items .item{background-color:#fff;border-radius:24px;cursor:pointer;padding:24px 24px 54px;position:relative;transition:all .5s ease-in-out;width:calc(33.33333% - 16px)}.cards-hover .page-center .items .item:hover{background-color:#0855fe;transition:all .5s ease-in-out}.cards-hover .page-center .items .item:hover a,.cards-hover .page-center .items .item:hover h3,.cards-hover .page-center .items .item:hover p{color:#fff!important;transition:all .5s ease-in-out}.cards-hover .page-center .items .item:hover img{filter:brightness(13.5);transition:all .5s ease-in-out}.cards-hover .page-center .items .item img{display:block;margin-bottom:35px;transition:all .5s ease-in-out}.cards-hover .page-center .items .item p.link{bottom:20px;left:24px;margin-bottom:0;position:absolute}.cards-hover .page-center .items .item p.link a{color:#0855fe;font-weight:600}@media (max-width:1100px){.cards-hover .page-center .items .item{width:calc(50% - 12px)}}@media (max-width:991px){.cards-hover .page-center .items{align-items:center;flex-flow:column;gap:14px}.cards-hover .page-center .items .item{max-width:500px;width:calc(50% - 7px)}}@media (max-width:650px){.cards-hover .page-center .items{align-items:center;flex-flow:column}.cards-hover .page-center .items .item{width:100%}}