#container_second_div{
    border: 1px solid black;
    width: 65%;
    height: 280px;
    margin: auto;
    padding: 0px;
    margin-top: 3.5%;
    border: 1px solid #dddddd;
    border-top: 0px;
    color: #333333;
    box-shadow: 0px 0px 6px #e0e0e0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
#container_second_div_main_inside_div{
    height: 78%;
    width: 96.5%;
    /* border: 1px solid black; */
    margin-bottom: 25px;
   
   
}
#container_second_div_main_inside_div_upper_div{
    height: 15%;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    margin-bottom: 15px;
}
#container_second_div_main_inside_div_second_div{
    height: 84%;
    width: 100%;
    /* border: 1px solid black; */
   

}
#container_second_div_main_inside_div_upper_div_heading_first{
    height: 90%;
    width: 40%;
    /* border: 1px solid rgb(206, 27, 27); */
    font-size: 24px;
    color: #666666; 
    /* padding-top: -20px; */
    
  
 
    /* box-shadow: 0px 0px 6px #e0e0e0; */
     align-self: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; 
}
#container_second_div_main_inside_div_upper_div_heading_second{
    height: 100%;
    width: 60%;
    /* border: 2px solid rgb(27, 206, 206); */
    display: flex;
    justify-content: space-between;
}
.heading_text{
    height: 125%;
    width: 33%;
    /* border: 1px solid rgb(206, 27, 96); */
    color: #2184ff;
    text-decoration: none;
    font-weight: normal;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    /* color: #888888; */
    /* word-break: break-word; */
}
.image_topic{
   
    color: #888888;
    font-weight: normal;
    font-size: 13px;
    height: 14%;
    width: 100%;
    text-align: center;
}
.image_conatainer_size{
    height: 85%;
    width: 100%;
    /* border: 1px solid black; */
}
.image_main_container{
   height: 100%;
   width: 19%;
   /* border: 1px solid black; */
}
img{
    width: 100%;
    height: 100%;
}
#container_second_div_main_inside_div_second_div{
    display: flex;
    justify-content: space-between;
}
#latest{
    margin-bottom: 20px;
}