.figure-card { display: inline-block; position: relative; width: 100%; margin: 25px 0; } .card { padding: 25px 20px 20px 20px; display: flex; flex-direction: column; align-items: center; } .card { box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); border-radius: 6px; color: rgba(0, 0, 0, 0.87); background: #fff; } .vl { border-left: solid #999; height: 100%; } a { text-decoration: none; } .conteiner{ padding: 1em; background-color: #eef1f5; }