hr {
    width: 80%;
    margin: 0 auto;
}

.inf_nfsh_table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2em 0;
}
.inf_nfsh_table>h4 {
    text-align: center;
}

.inf_doc_preview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    height: auto;
    margin: 0 auto;

}
.inf_doc_preview>div {
    margin: 0 1em;
}

.inf_doc_preview img {
    border: 1px solid black;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.inf_nfsh_table>a {
    display: block;
    text-align: end;   
}

.open_pdf_link:hover {
    color: #ffa500;
}
.img_f_vert {
    width: 400px!important;
}
.medium-content-block a {
    display: block;
    margin: 15px 0;
}

@media all and (max-width: 1400px) {
    .img_f_vert {
        width: 300px!important;
    }
}
@media all and (max-width: 1000px) {
    hr {
        width: 90%;
    }
    .inf_nfsh_table {
        margin: 0.5em 0;
    } 
    .inf_doc_preview {
        max-width: 90% !important;
    }
    .img_f_vert {
        width: 200px!important;
    }   
}

@media all and (max-width: 800px) {
    .inf_doc_preview {
        flex-direction: column;
    }
    .inf_doc_preview {
        max-width: 40% !important;
    }
    .img_f_vert {
        width: 100%!important;
        height: auto!important;
    }     
}