.vency-service-wrapper{width:100%;margin-bottom:0!important}.vency-service-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.vency-service-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;justify-content:space-between;align-items:center;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.vency-service-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a}.vency-service-card.span-full{grid-column:1/-1}.vency-service-info{flex-grow:1;align-items:center;gap:15px;display:flex}.vency-service-icon{background-color:#f3f4f6;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.vency-service-icon img{object-fit:cover;width:100%;height:100%}.vency-service-text{text-align:right;flex-direction:column;gap:5px;display:flex}.vency-service-title{color:#111;margin:0;font-size:15px;font-weight:800;line-height:1.3}.vency-service-desc{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.vency-service-action{flex-shrink:0;margin-right:20px}.vency-service-btn{color:#fff;white-space:nowrap;background-color:#8b5cf6;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.vency-service-btn:hover{color:#fff;background-color:#7c3aed}@media (width<=767px){.vency-service-grid{grid-template-columns:1fr!important}.vency-service-card.span-full{grid-column:auto}.vency-service-card{flex-direction:row;align-items:flex-start;padding:15px}.vency-service-info{gap:10px}.vency-service-icon{border-radius:10px;width:45px;height:45px}.vency-service-title{font-size:14px}.vency-service-desc{font-size:12px}.vency-service-action{margin-right:10px}.vency-service-btn{padding:6px 10px;font-size:11px}}@media (width<=380px){.vency-service-card{flex-direction:column;align-items:stretch}.vency-service-action{text-align:left;margin-top:10px;margin-right:0}}