try this code
.post-37 .site-content .entry-content {
margin: 0 auto;
max-width: 720px;
}
and adjust it for every screen you have for example
@media screen and (min-width: 1218px) {
.post-37 .site-content .entry-content {
margin: 0 auto;
max-width: 720px;
}
}