.btn, .ry-btn, .ry-btn-primary {font-family: 'Poppins';}
.ry-btn {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 25px;
	padding-right: 25px;
	max-width: max-content;
	color: #ffffff !important;
	background: #016235 !important;
	font-size: 20px !important;
}
.ry-btn:hover {
	background: #de7325 !important;
	color: #000000 !important;
}
.ry-btn:after {
	display: none;
}
