ul { list-style: none; padding: 0; margin: 0; li { border-bottom: 1px solid #e5e5e5; } } .subtitle { margin-bottom: 0; } .imagebox { display: flex; justify-content: center; align-items: middle; max-width: 400px; max-height: 400px; } img { background-color: #f5f5f5; border: 1px solid #e5e5e5; border-radius: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); margin-right: auto; max-height: 400px; }