.shadow-wrapper {
	margin-bottom: 2rem;
}
.news-v3-in h3 {
	font-size: 18pt;
	font-weight: bold;
}
.news-v3-in img {
	margin: 2rem 0;
}
.news-v3-in p {
	margin-bottom: 1.3rem;
}
.news-v3-in p img {
	margin-bottom: 0.8rem;
}

@media screen and (max-width: 568px) {
	.news-v3-in img {
		margin: 1.2rem 0;
	}
	.news-v3-in p {
		margin-bottom: 1.1rem;
	}
}

.right-news .blog-list {
	position: sticky;
	position: -webkit-sticky;
	top: 180px;
}

.right-news .blog-list > div{
	margin-bottom: 1.5rem;
}

.right-news .blog-list__badge {
	margin-bottom: 0.8rem;
}