/* blogs css */

  #blog-posts .blog-post .content-box h3 {
        width: 100%;
        display: block;
        font-size: 24px !important;
        font-weight: 800;
        margin-bottom: 15px;
        margin-top: 10px;
    }
     #blog-post-style .blog-post {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin-bottom: 40px!important;
          padding-right: 50px;
      }
     #blog-post-style .blog-post {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin-bottom: 120px;
          padding-right: 0px!important;
      }
     #blog-post-style .blog-post .content-box p {
          width: 100%;
          display: block;
          margin-bottom: 15px!important;
          opacity: 0.7;
      }
      /* Style for the pagination container */
      #blog-section-div  .pagination {
            display: flex;
            list-style: none;
        }

        /* Style for pagination links */
      #blog-section-div  .pagination li {
            margin: 0 5px;
        }

        /* Style for the current page link */
      #blog-section-div  .pagination .active {
            font-weight: bold;
        }

      #blog-section-div  .my_class {
            background: #0cb95e;
        }

      #blog-section-div  .theme__pagination .active {
            background-color:  #f8669e;
            color: #fff !important;
        }

    #upcoming-blogs-page .pagination-ellipsis {
        padding: 8px 16px;
        color: #f8669e;
    }
    #upcoming-blogs-page .page-item {
        align-content: center;
    }

/* blogs css */