.cals-side-by-side-stats h2 {
	font-family: "Verlag";
	font-weight: 900;
	font-size: 1.8rem;
}

.cals-side-by-side-stats .cals-image-with-stats-image-col {
	position: relative;
}

.cals-side-by-side-stats
	.cals-image-with-stats-image-col
	.cals-image-with-stats {
	position: absolute;
	top: -40px;
	right: -10%;
	z-index: 4;
	background: rgb(255, 255, 255);
	background: linear-gradient(
		133deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(199, 217, 228, 1) 100%
	);
	border-radius: 0.6rem;
	color: rgba(0, 0, 0, 0.9);
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.14);
	padding: 1.4rem;
	max-width: 50%;
}

/*.cals-side-by-side-stats .cals-image-with-stats-image-col::before {
    content: "";
    position: absolute;
    background: rgb(87, 87, 87);
    opacity: 0.2;
    top: -60px;
    right: -70px;
    width: 80px;
    height: 80px;
    z-index:1;
    border-radius: 0.7rem;
}

.cals-side-by-side-stats .cals-image-with-stats-image-col::after {
    content: "";
    position: absolute;
    background: rgb(255, 255, 255);
    opacity: 0.2;
    top: 110px;
    right: 130px;
    width: 80px;
    height: 80px;
    z-index:1;
    border-radius: 0.7rem;
}*/

.cals-side-by-side-stats
	.cals-image-with-stats-image-col
	.cals-image-with-stats
	h3 {
	color: rgba(0, 0, 0, 0.8);
	font-size: 1rem;
	font-family: "Verlag-Black", "Verlag", sans-serif;
	font-weight: 800;
	border-bottom: none;
}

.cals-side-by-side-stats .cals-image-with-stats-image-col img {
	border-radius: 0.8rem;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.disabled-button {
	background: red;
}
