/* xl - DESKTOP STYLES */ 
.post-content {
    padding: 0 34px !important;
}


/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  .post-content {
      padding: 0 34px !important;
  }
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
  .post-content {
      padding: 0 34px !important;
  }
}

