.card__item{position:relative;color:#D7F9FF;padding:2rem 1.5rem;-webkit-transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;height:252px}.card__item::before{z-index:-2;content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background-color:#177487;clip-path:polygon(0 0,100% 0,100% calc(100% - 32px),calc(100% - 32px) 100%,0 100%)}.card__item::after{z-index:-2;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#01080E;clip-path:polygon(0 0,100% 0,100% calc(100% - 32px),calc(100% - 32px) 100%,0 100%)}.card__item:hover{position:relative;-webkit-transform:translateY(-5px);transform:translateY(-5px)}.card__item:hover::before{background-color:#00D4FF}@media screen and (min-width:768px){.card__item{max-width:322px;height:295px;padding:2.125rem 2.5rem}}@media screen and (min-width:1280px){.card__item{max-width:378px}}.card__item-title{font-family:"Chakra Petch",sans-serif;color:#D7F9FF;font-weight:600;margin:0 0 1rem;width:85px;font-size:1.25rem}@media (min-width:768px){.card__item-title{font-size:2rem}}@media (min-width:1280px){.card__item-title{font-size:2rem}}@media screen and (min-width:768px){.card__item-title{margin:0 0 1.5rem;width:120px}}.card__item-description{color:#98D4DE;line-height:150%}@media screen and (min-width:1280px){.card__item-description{line-height:162.5%}}