.bloom-cto-profile {
    background: #f3f8ff;
}


  .blm-max-container-small{
	width: 1140px;
	max-width: 100%;
	padding: 80px 20px;
	margin: 0 auto;
  }


/* .cto-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.5fr;
    gap: 60px;
    align-items: center;
} */


.cto-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	   gap: 50px;
}

.cto-content h2 {
    margin-bottom: 6px;
    font-family: ProximaNova-Bold;
}

.cto-role {
	color: #000;
	font-weight: 400;
	font-size: 20px;
	line-height: 44px;
}

.cto-content p {
	color: #475569;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 629px;
	max-width: 100%;
}
.cto-stats {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.cto-stats strong {
	color: #2D94ED;
	font-family: ProximaNova-Bold;
	font-weight: 700;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: 0%;
}

/* .cto-image {
	border-radius: 14px;
	max-width: 242px;
	background: linear-gradient(180deg, #E0EDFF 0%, #FFF 59.1%);
	height: 275px;
	object-fit: cover;
    box-shadow: 0px 24px 116px 0px #2B384C17;

} */

.cto-logos {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

.cto-stats div {
	font-family: ProximaNova-Bold;
	display: flex;
	width: 222px;
	align-items: center;
	gap: 10px;
	color: #000;
}


.cto-btn {
    display: inline-block;
    background: #ff4a17;
    color: #fff;
    padding: 14px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}


.cto-image-wrap {
  position: relative;
  display: inline-block;
}

.cto-image {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	box-shadow: 0px 24px 125px 0px #2B384C17;
	background: linear-gradient(180deg, #E0EDFF 0%, #FFFFFF 59.1%);
}

.cto_pro_img {
	width: fit-content;
	position: relative;
}
.cto_pro_img::after {
	content: "";
	background-image: url("https://devimages.bloomcs.com/devimagesassets/2026/01/Dot.png");
	background-repeat: no-repeat;
	height: 100px;
	width: 53px;
	position: absolute;
	left: 100%;
	z-index: 3;
	top: 0;
	transform: translate(-50%, -50%);
} 
.cto_pro_img::before {
	content: "";
	position: absolute;
	bottom: -32px;
	left: -51px;
	width: 140px;
	height: 90px;
	background-image: url('https://devimages.bloomcs.com/devimagesassets/2026/01/Group-1171275998.png');
	background-repeat: no-repeat;
	/* background-size: contain; */
	z-index: 3;
}


@media (max-width:991px) {
	.cto-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


.cto-content {
	order: 2;
	width: 100%;
	text-align: center;
}
	.cto-content p {
	color: #475569;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
}
.cto-stats {
	justify-content: center;
	text-align: left;
}

.cto-stats {
	gap: 10px;
}
}