@media screen and (min-width: 897px) {
  .sidebar {
    position: relative;
    min-width: 300px;
    margin-left: 24px;
  }

  .sidebar .widget-title {
    border-top: none !important;
    box-shadow: none;
    font-size: 28px;
    border-bottom: 3px solid #e2001b;
    text-align: left;
    font-weight: 600;
    margin: 0;
    padding: 14px 0;
  }

  .sidebar .widget {
    background-color: #fff;
    box-shadow: none;
  }

  .sidebar .vce-post-list {
    padding: 0 !important;
  }

  .sidebar .vce-post-list li {
    display: flex;
    padding: 0 !important;
    margin: 10px 0 !important;
  }

  .sidebar .vce-post-list li:before {
    display: none;
  }

  .sidebar .vce-post-list li a:not(.vce-post-link) {
    width: 97px !important;
    height: 97px !important;
  }

  .sidebar .vce-post-list .vce-post-img {
    width: 97px !important;
    height: 97px !important;
  }

  .sidebar .vce-posts-wrap {
    box-sizing: border-box;
    padding: 10px;
  }

  .sticky {
    position: sticky;
    top: 80px;
  }
}

@media screen and (max-width: 896px) {
  .sidebar {
    margin-top: 40px;
    position: relative;
    width: 100%;
  }

  .sidebar .widget-title {
    border-top: none !important;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #e2001b;
    text-align: left;
    line-height: 1.5;
  }

  .sidebar .widget {
    background-color: #fff;
    box-shadow: none;
  }

  .sidebar .vce-post-list {
    padding: 0 !important;
  }

  .sidebar .vce-post-list li {
    display: flex;
    padding: 0 !important;
    margin: 10px 0 !important;
  }

  .sidebar .vce-post-list li:before {
    display: none;
  }

  .sidebar .vce-post-list li a:not(.vce-post-link) {
    width: 97px !important;
    height: 97px !important;
  }

  .sidebar .vce-post-list .vce-post-img {
    width: 97px !important;
    height: 97px !important;
  }

  .sidebar .vce-posts-wrap {
    box-sizing: border-box;
    padding: 10px;
  }
}