.article-instruction {
    margin: 50px 0;
    background: rgba(210, 216, 224, .12);
    border-radius: 5px
}

.article-instruction img, .article-instruction figure {
    border-radius: 4px;
}

.article-instruction--top {
    padding: 10px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.article-instruction--container p,.article-instruction--text p{
    margin:0;
}
.article-instruction--text {
    width: 100%;
    margin-left: 20px
}

.entry-content .article-instruction--text a {
    color: #fc6719
}

.entry-content .article-instruction--text a:hover {
    color: #e25b14
}

.entry-content .article-instruction--text a:active {
    color: #112e48
}

.article-instruction--step {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: #fc6719;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 28px;
    line-height: 46px;
    color: #fff;
    text-align: center
}

.article-instruction--total {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #8b8d8f;
    text-align: center
}

.article-instruction > img {
    width: 100%;
    display: block;
    border-radius: 5px
}

@media only screen and (max-width: 991px) {
    .article-instruction {
        padding: 20px;
        margin: 15px 0;
    }

    .article-instruction--top {
        padding: 0;
        margin-bottom: 20px
    }

    .article-instruction--text {
        font-size: 16px;
        line-height: 24px
    }

}