.card-item{overflow:clip;padding:1rem;width:100%}.card-item__header{grid-gap:1.5rem;align-items:center;display:flex;flex-direction:row;gap:1.5rem}.card-item__header.bg--black{background-color:#000;color:#fff}.card-item__header.bg--white{background-color:#fff;color:#000}.card-item__header.bg--firebrick{background-color:#a92621;color:#fff}.card-item__header.bg--brown{background-color:#781e20;color:#fff}.card-item__header.bg--red{background-color:red;color:#fff}.card-item__header.bg--blue{background-color:blue;color:#fff}.card-item__header.bg--green{background-color:green;color:#fff}.card-item__header.bg--light-cyan{background-color:#dff;color:#000}.card-item__header.bg--light-brown{background-color:#944507;color:#fff}.card-item__header.bg--light-green{background-color:#cce6cc;color:#000}.card-item__header.bg--yellow{background-color:#feb827;color:#000}.card-item__header.bg--navy{background-color:navy;color:#fff}.card-item__header.bg--cadet-blue{background-color:#17a2b8;color:#fff}.card-item__image img{height:auto;margin:1rem;width:50px}.card-item__title{font-size:1.6rem;overflow:hidden}.card-item__title span{color:#feb827;font-size:1.6rem;font-style:italic;font-weight:700;margin-left:1rem}.card-item__description{background-color:#fff}.card-item__description p{font-size:1.6rem;font-weight:400;padding:2rem}@media(min-width:768px){.card-item__image img{width:70px}}@media(min-width:992px){.card-item__title{font-size:1.8rem}.card-item__description{font-size:1.8rem;height:100%}}