@media (min-width: 700px) {
.children_con{
    width: 80%;
    background-color: #f9f9f9;
    margin: auto;
    margin-bottom: 1rem;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    text-align: justify;
}
.image{
    width: 38%;
    height: 13rem;
    top: .5rem;
    right: .5rem;
    display: inline-table;
}
.imgg{
    width: 100%;
    height: 13rem;
    border-radius: 2px;
}
.s_time{
    color: #82181a;
    text-align: left;
    font-size: 14px;
    float: right;
    font-style: italic;
}
.title_divv{
    width: 54%;
    text-align: justify;
    margin-left: 1rem;
    color: black;
    font-weight: 900;
    display: inline-table;
    position: absolute;
}
}

@media (max-width: 699px) {
    .children_con{
        width: 90%;
        background-color: #f9f9f9;
        margin: auto;
        margin-bottom: 1rem;
        padding: 10px;
        border-radius: 5px;
        position: relative;
        text-align: justify;
    }
    .image{
        width: 38%;
        height: 7rem;
        top: .5rem;
        right: .5rem;
        display: inline-table;
    }
    .imgg{
        width: 100%;
        height: 7rem;
        border-radius: 2px;
    }
    .s_time{
        color: #82181a;
        text-align: left;
        font-size: 7px;
        float: right;
        font-style: italic;
    }
    .title_divv{
        width: 54%;
        text-align: justify;
        margin-left: 1rem;
        color: black;
        font-weight: 900;
        display: inline-table;
        position: absolute;
    }
    }

.children_con:hover{
    background-color: #9c8989;
    transition-duration: 0.5s;
}




/*CSS PAGINATOR */

.pagination li{
  display:inline;
  margin:20px;
  font-size:20px;
  
}
.pagination{
  text-align:center;
  margin-top:2rem;
  padding: 0;
  width: 100%;
}



.active{
  background:#82181a;
  padding:10px;
  border-radius:2.5px;
}

a {
  text-decoration:none;
  color:#82181a;
}

.labels{
  border:solid 1px #82181a;
  padding:10px;
  border-radius:2.5px;
  
}

@media only screen and (max-width:900px){
  
  .labels a{
    font-size:0px;
  }
  .label1 a:after{
    content:"\00ab";
    font-size:20px;
  }
  .label2 a:after{
    content:"\2039";
    font-size:20px;
  }
  .label3 a:after{
    content:"\203A";
    font-size:20px;
 
  }
  .label4 a:after{
    content:"\00bb";
    font-size:20px;
  }
  
  .pagination li{
    margin:10px;
  }
 
}
