.box { background: #064779; padding: 22px; border-radius: 5px; padding-bottom: 5px; margin-bottom: 16px; } .title { font-size: 28px; color: #329bfe; line-height: 38px; } .list { margin: 0; padding: 0; padding-left: 10px; li { display: flex; justify-content: space-between; align-items: center; font-size: 24px; border-bottom: 1px solid #2a6fa3; padding: 15px 0; &:last-child { border-bottom: none; } } .listTitle { color: #fff; } .btn { cursor: pointer; display: flex; align-items: center; line-height: 1; } .icon { color: #fff; margin-left: 20px; font-size: 24px; } }