/* .m-share-info{
    left: calc(100% - 377px);
}
.m-share-info:before {
  right: 30px;
  left: auto;
} */
/* @media screen and (max-width: 999px){
  .m-share-info--right::before {
      right: 30px !important;
  }
}
@media screen and (max-width: 999px){
  .m-share-info--right {
      right: 0px;
  }
} */
.m-share-info {
	z-index: 1001;
}

@media screen and (min-width: 1000px) {
	.m-card-blog__share {
		position: absolute;
		right: 56px;
		bottom: 20px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-blog__share {
		position: absolute;
		/* top: 90px; */
		/* top: 136px; */
		bottom: 100px;
		right: 50px;
		bottom: auto;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-feature-news__share {
		right: -8px;
		bottom: -3px;
	}
}
