.content {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.content img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.title {
    font-weight: bold;
    font-size: 14px;
}
:global .ant-steps-item-title{
    width: 100%!important;
}
p{
    margin: 0;
}