@media (max-width: 480px), (min-width: 481px) and (max-width: 1024px)  {
  #blog-splash {
    margin: 0;
  }

  .blog-splash-container {
    height: 80vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    background-position-x: -700px;
    background-position-y: 0;
    margin-bottom: 20px;
  }

  .blog-splash-content {
    width: 100%;
    background: var(--charcoal);
    padding: 20px;
    color: white !important;
    max-width: none;
  }

  .blog-splash-content p {
    font-size: 14px;
  }

  .blog-splash-content h1 {
    font-size: 35px;
  }

  .blogs-container-grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    padding: 0 20px;
  }

  .blog-item {
    height: auto;
    margin: 0;
  }

  .blog-item .btn-red {
    padding: 6px 16px;
  }


  .blog-date {
    font-size: 16px;
  }
  .blog-item-content {
    height: auto;
  }

  .blog-image {
    height: 200px;
  }
  

  .blog-template-container {
    flex-direction: column;
  }

  .blog-sidebar {
    width: 100%;
    order: 2;
    height: auto !important;
    overflow: hidden;
  }


  .blog-content-container {
      width: 100%;
      padding: 0 20px;
  }

  .blog-content-container h2 {
    font-size: 25px;
  }

  .blog-back-button {
      top: -20px;
      left: 20px;
  }

  .blog-container {
      display: block;
  }

  .blog-contact-form {
      display: none;
  }

  .blog-template-content {
      width: 100%;
      padding: 0px;
      border: none;
  }
}
