.result_div article{
    background: #FFFFFF;
    margin-right: 45px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: fit-content;
    margin-bottom: 35px;
    border: 2px solid #eee;
}.result_div article h4{
    font-size: 20px;
    margin-bottom: 20px;
}.result_div{
    margin-top: 50px;
}.border_clr0  .title_div{
    background: #fbd2e29c;
}.border_clr1  .title_div{
    background: #c5def294;
}.border_clr2  .title_div{
    background: #d6d7ab66;
}.border_clr3  .title_div{
    background: #c5def2a1;
}.border_clr4  .title_div{
    background: #d6d7ab6e;
}.border_clr5  .title_div{
    background: #f9c7ca85;
}.border_clr6  .title_div{
    background: #cadbbb8c;
}.border_clr7  .title_div{
    background: #d6d7ab80;
}.border_clr8  .title_div{
    background: #e2ede9;
}.border_clr9 .title_div{
    background: #fbf4d8b5;
}.list_aligns article:last-child {
    margin-right: 0px;
}.pagination a{
    width: 30rem;
    padding: 14px;
    color: #000000;
    font-weight: bold;
    margin-right: 25px;
    border-radius: 8px;
}.pagination a:hover{
    box-shadow: none !important;
    color: #000000;
    background: transparent;
    border: 1px solid #000;
}.pagination a:last-of-type{
    margin-right: 0px !important;
}.pagination a.next{
    text-align: right;
}.list_aligns  a{
    text-decoration: none;
    color: #000000;
}.result_div article .title_div{
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}.result_div article h4{
    font-weight: 700;
    padding: 20px;
    font-size: 25px;
    text-align: center;
}.result_div article{
    padding: 12px;
}.list_aligns article p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #4a545a;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    max-height: 70px;
    min-height: 65px;
    margin-top: 12px;
    line-break: anywhere;
}.title_div .tagDiv{
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 1px solid #a29696;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}.title_div img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: -2px;
    filter: brightness(0) saturate(100%) invert(71%) sepia(7%) saturate(327%) hue-rotate(314deg) brightness(87%) contrast(82%);
}.list_aligns article .authname{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    color: #4a545a;
    -webkit-box-orient: vertical;
}



@media(min-width: 430px) and (max-width: 575px){
    .list_aligns .col-md-4 {
       width: 50%;
    }.title_div .tagDiv {
        max-width: 120px;
    }
}
@media(min-width: 768px) and (max-width: 992px){
    .title_div .tagDiv {
        max-width: 150px;
    } .result_div article h4 {
        font-size: 22px;
    }
}
@media(max-width: 576px){
   div.see_tgDiv{
    text-align: start !important;
   }div.see_tgDiv button{
    border: none;
    padding: 0px;
    text-decoration: underline;
    margin-top: 15px;
   }
}
@media(max-width: 767px){
    .result_div article h4 {
        font-size: 19px;
    }.result_div .card h5 {
        font-size: 16px;
    }
}
@media(max-width: 992px){
    .list_aligns .readTime{
        display: none;
    }.title_div .tagDiv {
        padding: 2px 10px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .result_div article h4 {
        font-size: 24px;
    }.title_div .tagDiv {
        padding: 2px 10px;
    }
}
@media(min-width: 1200px) and (max-width: 1350px){
    .result_div article h4{
        font-size: 22px;
   }
}