.custom_blue_button {
    background: #0076BD;
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    padding: 5px 5px 5px 1em;
    text-decoration: none;
	margin-top: 2em !important;
	color: #ffffff;
	font-size: 20px;
}
.custom_blue_button.cl-gray {
	color: rgba(255, 255, 255, 0.60);
}
	.custom_blue_button span {
		background-color: #fff;
		border-radius: 50%;
		width: 43px;
		height: 43px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 2em;
		background-image: url(/wp-content/themes/schimpf/icons/right_arrow.svg);
		background-position: center;
		background-repeat: no-repeat;
	}
.custom_blue_button.cl-gray span {
	 background-image: url(/wp-content/themes/schimpf/icons/bk_right_arrow.svg);
}
