.ahb-review-box {
	margin: 24px 0;
	padding: 22px 24px;
	background: #23757c;
	border-radius: 16px;
	color: #ffffff;
	box-sizing: border-box;
}

.ahb-review-box__title {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	color: #ffffff;
}

.ahb-review-box__content {
	font-size: 15px;
	line-height: 1.65;
	color: #ffffff;
}

.ahb-review-box__content p {
	margin: 0 0 12px;
}

.ahb-review-box__content p:last-child {
	margin-bottom: 0;
}

.ahb-review-box__content a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 549px) {
	.ahb-review-box {
		padding: 18px 18px;
		border-radius: 14px;
	}

	.ahb-review-box__title {
		font-size: 17px;
	}

	.ahb-review-box__content {
		font-size: 14px;
	}
}
