Buy me a coffee

#width

@media screen and (min-width:768px) {
.blog-item-title {
    max-width: 800px;
    margin: 0 auto;
}
}