main .steps > li::before {
    position: absolute;
    left: -100px;
    content: "Bước " counter(item) ":";
    font-weight: bold;
    font-size: 1.5rem;
}

.host {
    text-decoration: underline;
}

.web-hien-thi {
    width: 100%;
}