.call-now-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.call-now-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	background-color: #61CE70;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	transition: opacity 0.3s ease;
}

.call-now-button:hover {
	opacity: 0.9;
	color: #ffffff;
}

.call-now-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.call-now-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}