body {
    /* font-family: 'Segoe UI', sans-serif; */
    background-color: #fff1df;
  }

  .news-image {
    height: 500px;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: white;
    margin-top: 112px;
  }

  .news-text {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    width: 100%;
  }

  .blog-meta {
    font-size: 0.9rem;
    color: #ddd;
  }

  .blog-content p {
    font-size: 18px;
  }

  .sidebar h5 {
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }

  .tag {
    display: inline-block;
    background: #006001;
    color: #ffffff;
    padding: 0.3rem 0.7rem;
    margin: 0.2rem;
    border-radius: 20px;
  }

  .share-icons i {
    font-size: 1.4rem;
    margin-right: 0.8rem;
    color: #555;
  }

  .share-icons i:hover {
    color: #006001;
  }



  @media (max-width: 768px){
    .sidebar h5{
        margin-bottom: 0;
    }

    .news-image {
        height: 245px;
    }

    h1.display-5 {
      font-size: 30px;
    }

    .blog-content p {
      font-size: 14px;
    }

  }