.prose-sm a {
    color: #bdbebe !important;
}
.prose img,  .prose p img{
    max-width: 100%!important;
    height: auto!important;
}

.prose {
    font-size: 15px;
    line-height: 1.3;
}

body{
font-weight: 500;
    line-height: 1.3;
}

hr {
    margin: 25px 0;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


.prose h1, .prose h2, .prose h3, .prose h4 {
    margin-bottom: 20px;
}

.prose p {
    margin-bottom: 10px;
margin-top: 0px;
   letter-spacing: -0.01em;
    line-height: 1.5;
}


.prose table, .prose-sm table {
    width: 100% !important;
    margin: 20px 0;
}

.prose table tr th, .prose table tr td{
    padding: 8px;
    border: 1px solid #111 !important;
}
.prose table tr th{
    font-weight: bold;
}


/*PAGINATION*/

.box-pagination .pagination li a {
    border: 1px solid #000;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
    margin-right: 10px;
    /* color: var(--red-color); */
    font-weight: bold;
}

.box-pagination .pagination li:last-child a {
    margin-right: 0;
}

.box-pagination .pagination li a.active {
    border: 1px solid #000!important;
    color: #000;
    background: #ffd31b;
    border: 1px solid #ffd31b;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

