.btn, .ry-btn, .ry-btn-primary {font-family: 'Jost';}
.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: #1F9BA7 !important;
	font-size: 20px !important;
}
.ry-btn:hover {
	background: #3d3d3d !important;
	color: #ffffff !important;
}
.ry-btn:after {
	display: none;
}
