.article-template__social-sharing.article-template__social-sharing-desktop {
  height: auto !important;
}
.blog-contents {
  display: flex;
  flex-direction: column;
  width: 100%;
  bottom: 0;
  padding: 1.2rem;
  .blog-content-title{
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  span {
    font-weight: 700;
  }
}
.blog-contents a {
  width: auto;
  opacity: 1;
  border: unset;
  height: auto;
  min-height: auto;
  text-decoration: none;
}
.blog-contents.mobile {
  display: flex;
  margin-left: 0;
  width: 100%;
  margin-top: 2rem;
}


@media only screen and (min-width: 64em) {
  .blog-contents.mobile {
    display: none;
  }
}

.article-template__content .product-card-wrapper .card {
    margin-bottom: 3rem 0;
    & > .card__inner {
        .card__media {
            .media {
                position: static;
            }
        }
        .card__information {
            display: none;
        }
    }
    & > .card__content {
        .card__information {
            margin-top: 10px;
        }
        .card__heading {
            margin: 0 0;
        }
        .card__badge  {
            display: none;
        }
    }
}
