.work-card-body{ display:flex; flex-direction: row; flex-wrap: wrap; //justify-content: center; align-items: center; //background: #ffffff; } .work-card-title{ line-height: 43px; border-radius: 6px 6px 0 0; padding-left: 20px; background: #ffffff; margin-bottom: 1px; color: rgba(50, 50, 50, 0.6); } .card-content{ width: 33.1%; height: 115px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #ffffff; margin-bottom: 1px; //border: 1px solid rgba(38, 104, 255, 0.1); } .card-content-box{ display: flex; align-items: center; flex-direction: column; } .work-card-body > .card-content:nth-child(3n + 2){ margin-left: 1px; } .work-card-body > .card-content:nth-child(3n + 3){ margin-left: 1px; } .work-card-body > .card-content:last-child{ border-radius: 0 0 6px 0; } .work-card-body > .card-content:nth-last-child(3){ border-radius: 0 0 0 6px; } .card-content:active{ background: rgba(248, 248, 248, 1); } .card-content-img{ width: 35px; height: 35px; margin-bottom: 14px; } .card-content-img-svg{ width: 35px; height: 35px; } .card-content-img-icon{ width: 30px; height: 30px; position: absolute; margin-top: -15px; margin-left: 20px; } .card-content-title{ text-align: center; }