.card-proj-jump { width: 100%; padding: 20px 25px; box-sizing: border-box; cursor: pointer; background-color: #F5FEFA; /* box-shadow:0px 3px 0px 0px rgba(55,215,138,0.18) ; */ position: relative; margin-bottom: 5px; border-radius: 5px; } .card-proj-jump .title { font-size: 16px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; } .card-proj-jump .desc { margin-top: 18px; /* margin: 15px 0 5px 0; */ /* max-height: 36px; */ /* line-height: 18px; */ /* color: var(--color-note); */ color: #8B919D; font-weight: 300; font-size: 14px; }