.alist-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 50px;
	margin-bottom: 12px;
}

.alist-block ul {
    margin: 0;
    padding: 0;
    list-style-type: disc;
		font-family: Mulish;
		font-weight: 400;
		font-style: Regular;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0;
		color: #000000;
}

.alist-block li {
  margin-left: 15px;
	margin-top: 12px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0%;
	color: #00000080;
}

@media screen and (max-width:1280px) {
	.alist-block {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width:991px) {

}

.aquote {
	position: relative;
	padding: 24px;
	color: #000;
	font-weight: 600;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	background-color: #F3F3F3;
	border-radius: 8px;
	/* margin-left: 48px; */
}

.aquote::before {
	content: '';
	position: absolute;
	left: -48px;
	top: -10px;
	width: 39px;
	height: 31px;
	background: url(/local/templates/an/img/icons/quote.svg) center center no-repeat;
}

@media screen and (max-width:991px) {
	.aquote {
		padding: 32px 24px;
		margin-left: 0;
	}

	.aquote::before {
		left: 24px;
		top: 7px;
		width: 23px;
		height: 19px;
	}
}

.abutton {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex: 100%;
	background-color: #000;
	color: #fff;
	height: auto;
	margin: 0;
	border: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	transition: var(--transition-cond, .3s ease);
	padding: 15px 24px;
	height: 48px;
}

.abutton a {
	display: block;
	color: #fff;
	text-decoration: none;
}

a.abutton-href,
.abutton-href {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex: 100%;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	height: auto;
	margin: 0;
	border: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	transition: var(--transition-cond, .3s ease);
	padding: 15px 24px;
	height: 48px;
	cursor: pointer;
}

.abutton a:hover,
.abutton-href:hover {
	color: #ffffff80 !important;
}

body[contenteditable="true"] h1,
body[contenteditable="true"] h2,
body[contenteditable="true"] h3,
body[contenteditable="true"] h4,
body[contenteditable="true"] h5,
body[contenteditable="true"] h6 {
	margin: 0;
	margin-bottom: 24px;
}

body[contenteditable="true"] p {
	margin: 0;
	margin-bottom: 24px;
}

body[contenteditable="true"] p:last-child {
	margin-bottom: 0px;
}
