.amc-notices {
	box-sizing: border-box;
	max-width: 600px;
	margin: 16px auto;
	padding: 18px 24px 20px;
	background: #f7fafa;
	border: 1.5px solid #a6d6d6;
	border-radius: 10px;
}

.amc-notices * {
	box-sizing: border-box;
}

.amc-notices__title {
	margin: 0 0 14px;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	color: #1f2933;
}

.amc-notices__list {
	margin: 0;
	padding: 0 0 0 22px;
	list-style: disc;
}

.amc-notices__list li {
	margin: 0 0 10px;
	padding-left: 4px;
	color: #39414e;
	font-size: 14.5px;
	line-height: 1.55;
}

.amc-notices__list li:last-child {
	margin-bottom: 0;
}
