.cards{display:flex;flex-wrap:wrap;padding:0;margin:0;gap:1rem}@media screen and (max-width:770px){.cards{row-gap:1.875rem}}.cards__item{display:flex;flex-direction:column;position:relative;gap:.75rem;width:calc((100% - 3rem)/4);transition:all .4s ease-in-out;background:linear-gradient(134deg,#411340 -7.28%,rgba(17,24,49,.9) 77.15%);border-radius:1.125rem;border:1px solid hsla(0,0%,100%,.3)}@media screen and (min-width:770px){.cards__item:hover{transform:scale(1.15);z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.5),rgba(87,9,77,.5)),linear-gradient(90deg,rgba(0,0,0,.5),rgba(87,9,77,.5));border-color:rgba(87,9,77,.4980392157)}}@media screen and (max-width:770px){.cards__item{width:calc((100% - 1rem)/2)}}.cards__item:after{content:"";display:block;padding-top:93%}@media screen and (max-width:770px){.cards__item:after{padding-top:90%}}.cards__content{display:flex;flex-direction:column;justify-content:center;position:absolute;top:50%;left:0;right:0;bottom:0;padding:0 7%;transform:translateY(-50%)}.cards__title{font-weight:900;font-size:3rem;color:var(--igCore-white-title)}@media screen and (max-width:1100px){.cards__title{font-size:2.5rem}}@media screen and (max-width:460px){.cards__title{font-size:1.25rem}}.cards__description{color:var(--igCore-white-text);font-weight:600;font-size:1.25rem}@media screen and (max-width:1100px){.cards__description{font-size:1rem}}@media screen and (max-width:460px){.cards__description{font-size:.75rem}}