@charset "utf-8";

/*All in common*/
.drunk-mag-article #primary.primary-content .article-body p,
.drunk-mag-article #primary.primary-content .article-body p.first-paragraph {
  line-height: 1.7 !important;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.005em;
}

  @media (max-width:768px) {
    .drunk-mag-article #primary.primary-content .article-header .article-details .article-heading {
      font-size: 9vw !important;
    }

    .drunk-mag-article #primary.primary-content .article-body p,
    .drunk-mag-article #primary.primary-content .article-body p.first-paragraph {
      font-size: 4vw !important;
    }

    .drunk-mag-article #primary.primary-content .article-body blockquote p {
      font-size: 6.4vw !important;
      text-align: justify;
      line-height: 1.3!important;
    }

    .drunk-mag-article #primary.primary-content .article-header .article-details .article-author,
    .drunk-mag-article #primary.primary-content .article-body .article-date,
    .drunk-mag-article .back-link .back-link-text {
      font-size: 3.6vw !important;
    }

  }

  /*whats-a-skincare-smoothie and others*/
  .blog-row h6 {
    margin-bottom: 0 !important;
  }

  .blog-row .designation {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 1.5em;
  }

  .icon-column img {
    width: 50%;
    border-radius: 50%;
  }

  @media (max-width:768px) {
    .blog-row h6 {
      font-size: 6vw !important;
      margin-top: 1vw !important;
    }

    .blog-row .designation {
      font-size: 4.2vw;
    }

    .blog-row .icon-column {
      align-items: center !important;
    }

    .desc ul {
      font-size: 4vw;
      line-height: 1.7;
    }

  }