.ce_cta_image_inside {
	position: relative;
	width: fit-content;
}

.ce_cta_image_inside_cta {
	bottom: -20px;
	right: 5%;
	width: 90px;
	height: 90px;
	border-radius: 50px;
	background: #059ad4;
	position: absolute;
	padding: 5px;
	z-index: 10;
	line-height: 1rem;
	opacity: 1;
	transition-delay: 0.8s;
}

.ce_cta_image_inside_cta span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	line-height: 1 !important;
	font-size: 14px !important;
	font-weight: 600;
	text-align: center;
	width: 100%
}