.obj-holder-box-gems .obj-post-items .obj-gem .obj-text-tag-book {
  background-color: rgba(255, 255, 255, 0.65);
  color: #000;
}

.obj-holder-schedule .obj-gem-wrap-outer .obj-gem.sm .obj-text-tag-book {
  background-color: rgba(255, 255, 255, 0.65);
  color: #000;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Birthstone", cursive;
  line-height: 0.9;
  font-size: 1.5rem;
  padding-bottom: 3.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}