.show-more,
.show-less {
  color: #b31f24 !important;
  text-decoration: none;
}

.blog-img .bookmark {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  height: 30px;
  width: 30px;
  background-color: transparent;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #B31F24;
}
.blog-img .bookmark i {
  color: #fff;
}
.blog-img .bookmark.active {
  background-color: #ffc619;
  border-color: #ffc619;
}
.blog-img .bookmark.active i:before {
  content: "\f02e";
  color: #fff;
  font-weight: 900;
}
.no-blog {
  color: #B31F24;
  font-size: 16px;
  font-weight: 600;
}