.entry__content .wp-block {
	color: #333;
	text-align: left!important;
	position: relative;
	width: 80%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.entry__content h3 {
	position: relative;
	font-size: 28px;
	line-height: 150%;
	padding-bottom: 30px;
	margin-top: 64px;/*
	margin-bottom: 48px;
	font-weight: 400!important;*/
	font-weight: 600!important;
}

.entry__content h3::after {/*
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 64px;
	height: 1px;
	background-color: #6bb4ba;*/
}

.entry__content h4 {
	margin-top: 60px;
	margin-bottom: 32px;
	font-size: 20px;
	line-height: 160%;/*
	font-weight: 400!important;*/
	font-weight: 600!important;
}

.entry__content h4 span {/*
	background: linear-gradient(transparent 0%, transparent 65%, #e1d714 65%, #e1d714 100%);
	*/
}

.entry__content p {
	margin: 12px 0;
	font-size: 16px;
	line-height: 188%!important;
}

.entry__content p.notes {
	margin: -4px 0 12px;
	font-size: 14px;
	line-height: 186%!important;
	position: relative;
	padding-left: 1.2em;
}

.entry__content p.notes::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
}

.entry__content ul {
	margin: 16px 0;
	padding: 0;
}

.entry__content ul li {
	font-size: 16px;
	line-height: 175%;
	margin-bottom: 8px;
	position: relative;
	padding-left: 1em;
}

.entry__content ul li:last-of-type {
	margin-bottom: 0;
}

.entry__content ul li::before {
	position: absolute;
	top: 12px;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: solid 2px #aaa;
}

.entry__content .post__img__large,
.entry__content .post__img__small {
	margin: 40px 0;
	width: 100%;
}

.entry__content .post__img__small {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.entry__content .post__img__large img {
	width: 100%;
	max-width: 720px;
	border-radius: 36px;
}

.entry__content .post__img__small img {
	width: 48%;
	margin-right: 4%;
	border-radius: 36px;
}

.entry__content .post__img__small img:last-of-type {
	margin-right: 0;
}

.entry__content .post__img__large p,
.entry__content .post__img__small p {
	width: 100%;
	margin: 9px 0 0;
	font-size: 14px;
	line-height: 186%;
}

@media screen and (max-width: 767px) {

	.entry__content {
		position: relative;
		width: 100%;
		min-width: inherit;
	}

	.entry__content h3 {
		font-size: 18px;
		line-height: 167%;
		margin-top: 60px;
		padding-bottom: 24px;
		margin-bottom: 40px;
	}

	.entry__content h3::after {
		width: 42px;
	}

	.entry__content h4 {
		font-size: 16px;
		line-height: 175%;
		margin-top: 40px;
		margin-bottom: 24px;
	}

	.entry__content p {
		margin: 8px 0;
		font-size: 14px;
		line-height: 186%;
	}

	.entry__content p.notes {
		margin: -3px 0 11px;
		font-size: 13px;
		line-height: 192%;
	}

	.entry__content ul li {
		font-size: 14px;
		line-height: 186%;
	}

	.entry__content ul li::before {
		top: 10px;
		width: 7px;
		height: 7px;
	}

	.entry__content .post__img__large,
	.entry__content .post__img__small {
		margin: 32px 0;
	}

	.entry__content .post__img__large p,
	.entry__content .post__img__small p {
		font-size: 13px;
		line-height: 192%;
	}

	.entry__content .post__img__large img {
		width: 100%;
		max-width: 100%;
		border-radius: calc(36px /2);
	}

	.entry__content .post__img__small img {
		width: 48%;
		margin-right: auto;
		max-width: 100%;
		border-radius: calc(36px /2);
	}

}