.openlane-intelligence-power-openlane-block {
	padding-bottom: 96px !important;
	padding-top: 64px !important;
	background: #0A1B5F;
	z-index: 11;
	position: relative;
}
.power-of-openlane {
	display: flex;
padding: 48px 40px;
justify-content: space-between;
align-items: flex-start;
border-radius: 16px;
background: linear-gradient(95deg, rgba(0, 97, 255, 0.25) 5.14%, rgba(110, 50, 250, 0.05) 91.24%);
}
.power-of-openlane-icon {
	margin-right: 24px;
}

.power-of-openlane-content {
display: inlin
}
.power-of-openlane-heading {
	color: var(--Openlane-Primary-Core-White, #FFF);
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 38.4px */
	letter-spacing: -0.64px;
	margin-right: 24px;
}
.power-of-openlane-body {
	color: var(--Openlane-Primary-Core-White, #FFF);
	font-family: Poppins;
	font-size: var(--Font-Body-Default, 16px);
	font-style: normal;
	font-weight: 400;
	width: 60%;
	line-height: 150%; /* 24px */
}
.power-of-openlane-icon-mobile {
	display: none;
	min-width: 200px;
	  width: 60%;
  max-width: 300px;
}
@media (max-width: 1024px) {
	.power-of-openlane-icon-desktop {
		display: none;
	}
	.power-of-openlane-icon-mobile {
		display: block;
	}

	.power-of-openlane {
		flex-direction: column;
		gap: 24px;
		justify-content: center;
		align-items: center;
	}
	.power-of-openlane *:not(img) {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.power-of-openlane * {
		margin-right: 0;
		margin-bottom: 0;
	}
}