/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2023 | 14:30:14 */
@media screen and (min-width: 1920px) {
	.container {
    width: 1200px;
						}
}

@media screen and (min-width: 768px) {
	div.col-md-2 {
    text-align: center !important;
            }
}
@media screen and (max-width: 767px)
{
	.article-post {
    font-size: 17px !Important;
              }
}
@media (min-width: 768px)
.postbox_default_thumbnail img 
{
    height: 260px;
}