
@media screen and (max-width: 991px) {

  .all-content {
    padding: 30px 0;
  }
  .standard-container {
    padding: 0 15px;
  }
  .content-with-sidebar {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .posts-section {
    padding: 20px 0;
  }
  .posts-section .post-title {
    flex-wrap: wrap;
  }
  .posts-section .post-title h1 {
    font-size: 18px;
  }
  .return-main {
    font-size: 15px;
    margin-left: auto;
  }
  .post-image {
    margin-top: 15px;
  }
  .post-description {
    padding-top: 15px;
    flex-wrap: wrap;
  }
  .posts-section .post-date {
    text-align: left;
    padding-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .posts-section .post-date p {
    border: none;
  }
  .post-text {
    width: 100%;
    font-size: 15px;
  }
  .wyswig-text {
    font-size: 15px !important;
  }
  .wyswig-text * {
    font-size: 15px !important;
  }
  .post-sidebar {
    min-width: auto;
    width: 100%;
    padding: 10px 0 20px;
  }
  .random-posts-title {
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .random-posts-content {
    padding: 15px 0;
    margin: 0;
  }
  .all-tags-title {
    padding: 15px 0 10px;
    margin: 0;
  }
  .sidebar-tags p {
    margin: 0 10px 0 0;
  }
  .sidebar-tags {
    padding-bottom: 10px;
  }




}