

.blog-grid{
    /* display: flex;
    flex-direction: column; */
   
  
}
.blog-grid .card{
    margin: 10px;
    border-radius: none;
    box-shadow: 0px 0px 1rem rgba(0,0,0,0.1);
}

/* .blog-grid .card img{
    height: 400px;
} */

.card-title{
    font-size: 1.3rem;
    color: black;
}
/* .card-body a{
    color: orange;
} */

.side-blog{
    padding: 20px;
    margin-top: 1.7rem;
    color: white;
    border: 1px solid rgb(238, 236, 236);
    /* height: 100vh; */
    /* position: fixed; */
    width: 100%;
    box-shadow: 0px 0px 1rem rgba(0,0,0,0.1);
    background-color: rgb(9, 25, 32);
}
.side-blog a{
    display: block;
    color: rgb(255, 255, 255);
    padding-top: 1rem;
    text-decoration: none;
}
.side-blog ul{
    color: white;
    font-size: 18px;
}

/* .side-blog a::before{
    content: url('/tmpphp/images/play.png') ;
    width: 10px;
    height: 10px;
    
    
} */

.main-conten p , .content p{
    line-height: 25px;
}

.card-body button{
    border: none;
    outline: none;
    background-color: rgb(240, 232, 232);
    padding: 7px 10px;
}
.card-title{
    text-align: justify;
}

.main-content h5 , .content h5{
    /* text-decoration: underline; */
    font-size: 1.3rem;
    color: rgb(27, 126, 156);
    margin-top: 1rem;
    text-transform: capitalize !important;
}

@media only screen and (max-width: 600px){

    .blog-grid .card img{
        height: auto;
    }

    .side-blog{
      
        height: auto;
        margin: 10px auto;
     
    }



}