h1 {
    font-weight: 700;
}
  .blog-card {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .blog-card .card-body {
    padding: 1rem;
  }
  .card-img-top {
    height: 150px;
    object-fit: cover;
  }
  .header_container{
    margin-top: 8rem;
    }
      .blue-container {
            border-top: 1px solid #bab5b5;
            padding: 20px 0;
            margin-top: 3rem;
        }
        .heading-m {
            font-size: 1.75rem;
            font-weight: bold;
        }
        .button-l {
            font-size: 1.25rem;
            padding: 10px 20px;
        }
        .button-custom-primary {
            background-color: var(--btn-bg-dark);
            color: #fff;
            border: none;
            border-radius: 5px;
        }
        .button-custom-primary:hover {
            background-color: #f47e18;
        }
        .button-custom-secondary {
            background-color: transparent;
            color: var(--text-black-custom);
            border: 1px solid  var(--btn-bg-dark);
            border-radius: 5px;
        }
        .button-custom-secondary:hover {
            border: 1px solid #f47e18;
        }

        .text-white {
            color: #fff;
        }