.custom-card{width:100%;background-color:#fff;border-radius:12px;border:1px solid #F1F1F1;box-shadow:0 6px 50px -6.25px #3d3d3d33;padding:24px;display:flex;flex-direction:column;align-items:flex-start}.custom-card__image{width:100%;height:165px;border-radius:12px;overflow:hidden;border:2px solid #F1F1F1;display:flex;justify-content:center;align-items:center}.custom-card__image img{width:auto;height:auto;object-fit:cover;object-position:center;transition:scale .4s ease}.custom-card__title{margin-top:6px;width:100%;text-align:left}.custom-card__title h3{color:#0d0e12;font-size:18px;line-height:130%;font-weight:600;transition:color .4s ease}.custom-card__desc{margin-top:4px;width:100%;text-align:left}.custom-card__desc p{color:#525252;font-size:16px;line-height:24px;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}a.custom-card:hover .custom-card__image img{scale:1.08}a.custom-card:hover .custom-card__title h3{color:#84a3ff}
