.dot-icon-card em { width: 15px !important; margin-right: 11px !important; position: relative; isolation: isolate; }
.dot-icon-card em::after { content: ''; isolation: isolate; z-index: 1; height: 12px; width: 12px; max-width: 12px; max-height: 12px; position: absolute; left:0; top: calc(0px - 10px/2); border-radius: 12px; background: linear-gradient(180deg, #f98c57 0, #db5d22 100%); -webkit-box-shadow: 0 5.33333px 13.33333px 0 rgba(219, 93, 34, 0.34); box-shadow: 0 5.33333px 13.33333px 0 rgba(219, 93, 34, 0.34); }
.dot-icon-card h3 { width: calc(100% - 11px - 15px) !important; font-weight: 600; }
