.introduction-div-style {
    white-space: 'pre-line';
    text-align: 'justify';
    text-justify: 'inter-word';
}

.introduction-span-style-hdrNo {
    display: inline-block;
    width: 35px;
    vertical-align: top;
    margin-top: 0px;
}

.introduction-span-style-hdr {
    display: inline-block;
    width: calc(100% - 35px);
}

.step1-div-style-margin-top-20px {
    margin-top: 20px;
}

.step1-div-style-margin-top-30px {
    margin-top: 30px;
}

.step1-div-style-pre-line-justify {
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
}

.step3-span-style-hdrNo {
    display: inline-block;
    width: 25px;
    vertical-align: top;
    margin-top: 0px;
}

.step3-span-style-hdr {
    display: inline-block;
    width: calc(100% - 25px);
}

.step3-div-style-margin-top-10px {
    margin-top: 10px;
}

.step3-div-style-pre-line-justify {
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
}
