.home .content{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1rem}@media(min-width:768px){.home .content{min-width:23rem;padding:1.5rem}}.home .content .hCard{display:flex;gap:1rem;border-radius:20px;box-shadow:var(--box-shadow);padding:1rem}@media(min-width:768px){.home .content .hCard{gap:2rem;flex:50% 1}}.home .content .hCard:first-child{background-color:hsla(0,100%,74%,.1)}.home .content .hCard:nth-child(2){background-color:rgba(82,50,193,.1)}.home .content .hCard:nth-child(3){background-color:rgba(21,241,241,.1)}.home .content .hCard:last-child{background-color:rgba(221,189,252,.1)}.home .content .hCard--img{font-size:1.8rem}.home .content .hCard--img .fa-swatchbook{background-image:linear-gradient(90deg,#fe0944,#ff7878);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home .content .hCard--img .fa-code{background:linear-gradient(105deg,#5232c1,#15f1f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home .content .hCard--img .fa-window-restore{background-image:linear-gradient(80deg,#cc3757,#df5b5e);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home .content .hCard--img .fa-gears{background-image:linear-gradient(80deg,#ddbdfc,#96c8fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home .content .hCard--content-title{font-size:1.1rem;font-weight:500;padding:0 .5rem .5rem}.home .content .hCard--content-description{padding:0 .5rem .5rem;font-size:.9rem;color:var(--label-color)}