.pharmacy, .pharmacy * {
  text-transform: uppercase !important;
  font-weight: normal !important; }

.pharmacy .mobile {
  position: absolute;
  top: 35px;
  width: fit-content; }

.demo_blog {
  background: var(--terciary-color);
  padding: 60px 50px;
  position: relative;
  padding-top: 160px;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, .2);
  overflow-x: hidden; }
  .demo_blog h2 {
    color: white;
    font-size: 24px;
    position: relative;
    margin-bottom: 60px;
    color: white;
    background-color: var(--primary-color);
    text-align: center;
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%; }
  .demo_blog .read_more {
    text-align: center; }
    .demo_blog .read_more div {
      display: inline-block;
      border-radius: 5px;
      width: fit-content;
      margin: auto;
      padding: 10px 30px;
      font-size: 15px;
      font-weight: bold;
      background-color: var(--primary-color);
      color: #fff;
      transition: all 0.2s; }
    .demo_blog .read_more div:hover {
      background-color: #fff;
      color: var(--primary-color);
      transform: scale(1.05); }
  .demo_blog .read_more.white div {
    background-color: #fff;
    color: var(--primary-color);
    transform: scale(1.05);
    font-size: 15px;
    margin-top: 10px; }

.blog-row {
  padding: 0 15px; }

.blog_card {
  color: black;
  background: white;
  border-radius: 5px;
  margin: 30px 0;
  transition: all 0.2s;
  overflow: hidden; }
  .blog_card h3 {
    font-weight: bold;
    margin-top: 0;
    font-size: 20px; }
  .blog_card .blog_card_image {
    width: 100%;
    height: 100%;
    min-height: 240px !important; }
  .blog_card .post-text {
    padding: 20px;
    display: flex;
    flex-direction: column; }
    .blog_card .post-text p {
      margin: 0;
      flex: 1; }
  .blog_card .read_more {
    color: var(--primary-color);
    font-weight: bold; }

.blog_card:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
  transform: scale(1.02); }

.blog {
  background: var(--terciary-color);
  padding: 40px 0;
  position: relative;
  overflow-x: hidden; }

@media screen and (max-width: 768px) {
  .demo_blog h2 {
    font-size: 16px; }

  .blog_card .blog_card_image {
    min-height: 130px !important; } }
