.call-button {
	overflow: hidden;
}
.call-button::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: url("/wp-content/themes/clinic26/assets/img/phone.svg") no-repeat center / contain;
}
