.block-tip {
	background: var(--wp--preset--color--quinary);
	box-shadow: var(--wp--custom--box-shadow--1);
	padding: 36px 16px;
	position: relative;
}

.block-tip.has-icon {
	margin-top: 76px;
}

.block-tip > * {
	margin: 0 auto;
}

.block-tip > * + * {
	margin-top: 16px;
}

.block-tip ul {
	padding: 0;
}

.block-tip li {
	list-style-type: none;
}

.block-tip__icon {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -76px auto 16px;
	width: 80px;
	height: 80px;
}

.block-tip__icon svg {
	fill: inherit;
}

.block-tip__title {
	font-size: var(--wp--preset--font-size--huge);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 900;
}

@media only screen and (min-width: 768px) {
	.block-tip {
		padding: 36px 32px;
		border-radius: var(--wp--custom--border-radius--large);
	}
}
