
.xxx-page-news__banner-icon-wrap {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #47a6e2;
	position: relative;
	flex: none;
}

.xxx-page-news__banner-icon-wrap i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 26px;
}