css/* Limit the overall page width */
.entry-content,
.wp-block-group,
.site-main {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

custom-paragraph {
  max-width: 700px !important;
  width: 90% !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
  white-space: normal !important;
  word-wrap: break-word !important;
}

/* Make sure it works on desktop specifically */
@media (min-width: 768px) {
  .custom-paragraph {
    max-width: 600px !important;
		}
}

 @media only screen and (max-width: 768px) {
  .entry-content,
  .site-content {
     ;
    width: 100% !important;
		 }}