.openlane-buyers-refresh-image-with-blocks {}

.openlane-buyers-refresh-image-with-blocks .image-background {
	padding: 32px;
	position: relative;
	background-size: cover;
	border-radius: 24px;
	overflow: hidden;
	max-width: 1290px;
}

.openlane-buyers-refresh-image-with-blocks .image-background::before {
	position: absolute;
	content: " ";
	background: linear-gradient(294deg, rgba(10, 27, 95, 0.00) 44.69%, #0A1B5F 87.56%), linear-gradient(270deg, rgba(0, 97, 255, 0.00) 32%, #0061FF 87.24%), url(<path-to-image>) transparent 50.514px -206.567px / 125.163% 159.01% no-repeat;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.openlane-buyers-refresh-image-with-blocks .image-background h2 {
	text-align: left;
	color: white;
	max-width: 490px;
}

.openlane-buyers-refresh-image-with-blocks .image-background .blocks-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	position: relative;
	z-index: 11;
	margin-top: min(20vh, 240px);
}

.openlane-buyers-refresh-image-with-blocks .image-background .blocks-wrapper .block img {
	margin-bottom: 16px;
}
.openlane-buyers-refresh-image-with-blocks .image-background .blocks-wrapper .block .heading {
	color: #0A1B5F;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 130%; /* 26px */
}
.openlane-buyers-refresh-image-with-blocks .image-background .blocks-wrapper .block p {
	margin-bottom: 0px;
}
.openlane-buyers-refresh-image-with-blocks .image-background .blocks-wrapper .block.has-heading p:not(.heading) {
	font-size: 16px;
	margin-bottom: 0px;
}
.openlane-buyers-refresh-image-with-blocks .image-background .blocks-wrapper .block {
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 16px;
	background: var(--WHite, #FFF);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.openlane-buyers-refresh-image-with-blocks .image-background .blocks-wrapper .block {
	color: var(--Openlane-Primary-Onward-Blue, #0A1B5F);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 30px */
	letter-spacing: -0.2px;
}
.openlane-buyers-refresh-image-with-blocks .image-background h2 {
	margin-bottom: 24px;
}

@media (max-width: 1730px) {}

@media (max-width: 1525px) {}

@media (max-width: 1400px) {}

@media (max-width: 1399px) {}

@media (max-width: 1300px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {

	.openlane-buyers-refresh-image-with-blocks .image-background h2 {
		margin-top: min(40vh, 480px);
		text-wrap: pretty;
	}

	.openlane-buyers-refresh-image-with-blocks .image-background .blocks-wrapper {
		margin-top: 0;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(4);
		grid-auto-rows: min-content;
	}

	.openlane-buyers-refresh-image-with-blocks .image-background {
        padding: 24px 16px;
        position: relative;
        background-size: 270%;
        border-radius: 16px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 74% 0;
        max-width: calc(100% - 30px);
        margin: 15px;
	}

	.openlane-buyers-refresh-image-with-blocks .image-background::before {

		background: linear-gradient(180deg, rgba(10, 27, 95, 0.00) 4.69%, #0A1B5F 47.56%), linear-gradient(180deg, rgba(0, 97, 255, 0.00) 32%, #0061FF 105.24%)
	}
}

@media (max-width: 781px) {}

@media (max-width: 767px) {

	.openlane-buyers-refresh-image-with-blocks .image-background h2 {
		margin-top: min(40vh, 280px);
		text-wrap: pretty;
	}
}

@media (max-width: 639px) {}

@media (max-width: 600px) {}

@media (max-width: 580px) {}

@media (max-width: 575px) {}

@media (max-width: 420px) {

	.openlane-buyers-refresh-image-with-blocks .image-background  {
		background-color: #0e1b5b;
        background-size: 310%;
        background-position: 72% 0;
	}
	.openlane-buyers-refresh-image-with-blocks .image-background h2 {
		margin-top: min(40vh, 180px);
		text-wrap: pretty;
	}
}