.list-items, ul {
    list-style-type: none;
    font-size: 17px;
    margin-top: 0;
    font-family: 'RedHatDisplay';
}
ul {
    margin:0;
    padding: 0;
}

.my-ordered-list-one {
    margin:0;
    padding-left: 20px;
    list-style-type: square;
    font-size: 17px;
}


/* LIST HEADINGS AND LIST DETAILS */
.list-headings {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'RedHatDisplay';
    font-weight: bold;
    display: inline;
}
.list-details {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'RedHatDisplay';

}
/* // */


.windows-image {
    width: 100%;
    height: auto;
}
.step-images {
    width: 400px;
    height: auto;
    margin-bottom: 30px;
    display: none;
}
@media screen and (max-width: 460px) {
    .step-images {
        width: 100%;
        height: auto;
    }
}
.step6-image {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: none;
}


.icon-menu-button {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 460px) {
    .icon-menu-button {
        width: 100%;
        height: auto;
    }
}
.windows-environment, .file-explorer, .settings {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 10px;
}

.file-explorer-two {
    width: 290px;
    height: auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
    .file-explorer-two {
        width: 100%;
        height: auto;
    }
}