.donate-page .donation-bullets ul {
	padding-left: 80px;
}

.donate-page .donation-bullets li::before {
	left: -80px;
	width: 64px;
	height: 64px;
}

.donate-page .donation-bullets li:nth-child(1)::before {
	content: url("data:image/svg+xml,%3Csvg viewBox='0 -960 960 960' fill='%23d11880' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M420-340h120v-100h100v-120H540v-100H420v100H320v120h100v100Zm60 260q-139-35-229.5-159.5T160-516v-244l320-120 320 120v244q0 152-90.5 276.5T480-80Z'/%3E%3C/svg%3E");
}
.donate-page .donation-bullets li:nth-child(2)::before {
	content: url("data:image/svg+xml,%3Csvg viewBox='0 -960 960 960' fill='%23d11880' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m480-120-58-52q-101-91-167-157T150-447.5Q111-500 95.5-544T80-634q0-94 63-157t157-63q52 0 99 22t81 62q34-40 81-62t99-22q94 0 157 63t63 157q0 46-15.5 90T810-447.5Q771-395 705-329T538-172l-58 52Z'/%3E%3C/svg%3E");
}
.donate-page .donation-bullets li:nth-child(3)::before {
	content: url("data:image/svg+xml,%3Csvg viewBox='0 -960 960 960' fill='%23d11880' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m482-200 114-113-114-113-42 42 43 43q-28 1-54.5-9T381-381q-20-20-30.5-46T340-479q0-17 4.5-34t12.5-33l-44-44q-17 25-25 53t-8 57q0 38 15 75t44 66q29 29 65 43.5t74 15.5l-38 38 42 42Zm165-170q17-25 25-53t8-57q0-38-14.5-75.5T622-622q-29-29-65.5-43T482-679l38-39-42-42-114 113 114 113 42-42-44-44q27 0 55 10.5t48 30.5q20 20 30.5 46t10.5 52q0 17-4.5 34T603-414l44 44ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z'/%3E%3C/svg%3E");
}

.donate-page .donation-bullets li a {
	display: block;
	color: var(--pink);
	font-weight: 800;
	text-decoration: none;
}

.donate-page .quote-block i {
	display: block;
	margin-top: 2rem;
	color: var(--black);
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
