.what-is-usenet-wrapper .content p {
	margin-bottom: 3rem !important;
}
.what-is-usenet-wrapper .content p,
.with-bullet .bullet-point-blue {
	position: relative;
	text-align: left !important;
	padding-left: 3rem !important;
}
.what-is-usenet-wrapper .content p::before,
.with-bullet .bullet-point-blue::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 9px;
	width: 32px;
	height: 32px;
	background: url(../../images/rebrand-2025/icons/icon_bullet_point_blue_64x64.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.with-bullet .bullet-point-blue {
	display: block;
	padding-left: 2.0rem !important;
}
.with-bullet .bullet-point-blue::before {
	left: -9px;
}