/*
* ----------------------------------------------------------------------------
* Common
* ----------------------------------------------------------------------------
*/
.article-custom .article-template .article-template__hero-container {
  max-width: 880px;
  padding: 0 40px;
  margin-top: 5rem;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-custom .article-template .article-template__hero-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 749px) {
  .article-custom .article-template .article-template__hero-container {
    padding: 0 20px;
    margin-top: 4.4rem;
  }
}
.article-custom .article-template .page-width {
  max-width: 880px;
  padding: 0 40px;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-custom .article-template .page-width {
    padding: 0 30px;
  }
}
@media screen and (max-width: 749px) {
  .article-custom .article-template .page-width {
    padding: 0 20px;
  }
}
.article-custom .article-template .page-width .article-template__title {
  font-size: 25px;
  font-weight: 500;
}
.article-custom .article-template .page-width .circle-divider {
  font-size: 12px;
}
.article-custom .article-template .page-width .article-template__content {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
}

.shopify-app-block {
  margin-top: 50px;
}
.shopify-app-block h2 {
  display: none;
}
.shopify-app-block #top_text h3 {
  text-align: center;
  font-size: 20px;
}
.shopify-app-block .row {
  margin-top: 40px !important;
}
.shopify-app-block .row .artical-img-sec a img {
  height: auto !important;
  max-height: 250px;
}