/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1600px) { 
 


}

/*X-Large devices (large desktops, 1600px and up)*/
@media (min-width: 1600px) and (max-width: 2200px) { 
 
	
}

/*Extra Extra Large - Desktop*/  
@media (min-width: 2300px) and (max-width: 3000px) {
 
}

/*Extra Extra Large - Desktop*/ 
@media (max-width: 1399.98px){ 
  
}

/*Large Devices (Laptops ≥992px and <1200px)*/
@media (max-width: 1199.98px) { 
 
}

/*Medium Devices (Tablets ≥768px and <992px)*/
@media (max-width: 991.98px) {  
.box-left h1 { margin-bottom: 2rem;} 
.post_meta{margin: 1rem 0;}
.list-post {margin-bottom: 3rem;}
.post-title {font-size: 1.3rem;margin-bottom: 0.5rem; display: block;} 


}


/*Small Devices (Mobiles ≥576px and <768px)*/
@media (max-width: 767.98px) {  
.post_meta{margin: 1rem 0;}
.list-post {margin-bottom: 3rem;}
.post-title {font-size: 1.3rem;margin-bottom: 0.5rem; display: block;} 
 

}


/*Extra Small Devices (Mobiles <576px)*/
@media (max-width: 575.98px) { 
 
.post_meta{margin: 1rem 0;}
.list-post {margin-bottom: 3rem;}
.post-title {font-size: 1.3rem;margin-bottom: 0.5rem; display: block;} 



}