.angie-dual-btn-wrapper-692b7a9d {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.angie-btn-692b7a9d {
	flex: 1 1 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	text-decoration: none;
	background-color: #333;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.angie-btn-692b7a9d::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	transition: background-color 0.3s ease;
	z-index: 1;
}

.angie-btn-content-692b7a9d {
	position: relative;
	z-index: 2;
	text-align: center;
}

.angie-btn-text-692b7a9d {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	transition: color 0.3s ease;
}
