 main {
    max-width: 800px;
    margin: 20px auto;
    padding: 8px;
  }
  
  .blog-post {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 12px 0px #e7e7e7;
    border-radius: 5px;
  }
  
  .post-meta {
    color: #777;
  }
  
 .tit-style{
   text-align: justify;
   font-size: 35px;
   font-weight: bold;
 }
 
 .just-text{
     text-align: justify;   
 }
 
 
.post-link{
    transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-weight: 600;
}

.imag-post-1{
  background: url(...assets/img/blogs/imag-post1.jpg);
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}
.imag-post-2{
  background: url(...assets/img/blogs/imag-post2.png);
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: left;
}
.imag-post-3{
   background: url(...assets/img/blogs/imag-post3.jpg);
  height: 200px;
  background-size: cover;
  background-position: left;
}
