.Blog .blog_card_holder {
  margin-bottom: 5%;
}

.pagination_holder button {
  background-color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease;
  color: #000000;
}

.pagination_holder button:hover:not(.active) {
  background-color: #ddd;
}

.pagination_holder button.active {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
    /* border-bottom: 2px solid #000000; */
    border-radius: 100px;
    background: #581724;
}
.pagination_holder button:disabled {
  cursor: not-allowed;
}

.Blog .Blog_card .para_text {
  font-size: 12px;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000;
  text-decoration: none !important;
  margin: 0 !important;
}
.Blog .Blog_card .para_text p {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Blog .Blog_card .text_holder .title_text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Blog .Blog_card .text_holder .title_text {
    font-size: 18px;
  }
}
