.avt-apropos {
	text-align: left;
}
.avt-apropos h3 {
	font-size: 17px;
	font-weight: 600;
	color: #8b7371;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 50px 0 24px;
	padding: 0;
	border: none;
}
.avt-apropos p {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 20px;
}
.avt-apropos .intro {
	font-size: 17px;
	font-weight: 500;
	color: #2c3e50;
	line-height: 1.7;
	margin-bottom: 28px;
}
.avt-apropos ul {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
}
.avt-apropos ul li {
	position: relative;
	padding: 8px 0 8px 28px;
	font-size: 15px;
	line-height: 1.7;
	color: #444;
}
.avt-apropos ul li:last-child {
	padding-bottom: 0;
}
.avt-apropos ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 8px;
	height: 8px;
	background: #c8a97e;
	border-radius: 50%;
}
.avt-apropos .highlight-block {
	background: linear-gradient(135deg, #f8f6f3 0%, #f0ece6 100%);
	border-left: 4px solid #c8a97e;
	padding: 24px 28px;
	margin: 28px 0 40px;
	border-radius: 0 6px 6px 0;
}
.avt-apropos .highlight-block p {
	margin: 0 0 12px;
	font-size: 15px;
}
.avt-apropos .highlight-block p:last-child {
	margin-bottom: 0;
}
.avt-apropos .highlight-block ul {
	margin: 12px 0 0;
}
.avt-apropos .highlight-block ul li {
	padding: 6px 0 6px 28px;
}
.avt-apropos .highlight-block ul li:last-child {
	padding-bottom: 0;
}
.avt-apropos .cta {
	font-style: italic;
	font-weight: 500;
	color: #8b7371;
	margin-top: 40px;
}
.avt-apropos img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
