.openlane-buyers-refresh-cta-banner .banner {
	border-radius: 16px;
	background: #0A1B5F;
	display: flex;
	padding: 40px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}
.openlane-buyers-refresh-cta-banner .banner p {
	color: var(--Openlane-Primary-Core-White, #FFF);
	font-family: Poppins;
	font-size: var(--Font-Body-Large, 20px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 30px */
	width: 50%;
    margin-bottom: 0;
	max-width: 450px;
}
.openlane-buyers-refresh-cta-banner .banner .btn:hover {
	background-color: white;
	color: #0061FF;
}

@media only screen and (max-width: 767px) {
.openlane-buyers-refresh-cta-banner .banner {
flex-direction: column;
gap: 24px;
align-items: flex-start;
}
.openlane-buyers-refresh-cta-banner .banner p {
width: 100%;
text-align: left;
}
}