.how2use {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    margin: 25px auto 0;
    max-width: 940px;
}

.how2use p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.how2use h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.5px;
    text-align: center;
    margin: 25px auto 0;
}

.instruction h3 {
    text-align: center;
    margin: 25px auto 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.3px;
}

.how2use img {
    display: block;
    padding-top: 20px;
    max-width: 100%;
}

.how2use ol {
    list-style-type: none;
    margin: 45px 10px 0 40px;
    padding: 0;
    counter-reset: li-counter;
}

.how2use ol li {
    position: relative;
    padding: 2px 20px 30px 30px;
    word-wrap: break-word;
    font-size: 18px;
    min-height: 130px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    text-align: left;
}

.how2use ol li:before {
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    font-size: 24px;
    line-height: 1;
    text-align: right;
    color: #464646;
    content: counter(li-counter, decimal-leading-zero);
    counter-increment: li-counter;
}

.how2use ol li:not(:last-child) {
    background-image: url('https://assets.hyperteknoloji.com/img/point_line.png');
}

