.card-thef-code{display:flex;flex-wrap:wrap;font-family:poppins;justify-content:center}.card-code{background-clip:padding-box;background-color:#fff;border:4px solid transparent;border-radius:20px;border-radius:25px!important;margin:10px;padding:20px;position:relative;transition:all .2s ease;width:350px}.card-code:after{background:linear-gradient(160deg,#b441f9,#27d1f5,#02f8b8);border-radius:23px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}.card-code h3{font-size:20px;font-weight:600;line-height:125%;margin:0 0 20px;text-align:center}.card-code:first-child h3{color:#b441f9}.card-code:nth-child(2) h3{color:#02f8b8}.card-code:nth-child(3) h3{color:#27d1f5}.card-code:first-child ::marker{color:#b441f9}.card-code:nth-child(2) ::marker{color:#02f8b8}.card-code:nth-child(3) ::marker{color:#27d1f5}.card-code hr{margin:10px 0;opacity:.3}@media (max-width:990px){.card-code{width:100%}}