.openlane-banner-image-with-content-block.featured-block { margin-top: -200px; padding: 226px 0 78px; }
.banner-image-with-content-wrap { text-align: center; max-width: 911px; margin: 0 auto; width: 100%; }
.banner-image-with-content-wrap .banner-image { margin-bottom: 40px; }
.banner-image-with-content-wrap .banner-content { margin-bottom: 40px; }
.banner-image-with-content-wrap .banner-content p { color: #fff; text-align: center; font-family: Poppins; font-size: 20px; font-style: normal; font-weight: 400; line-height: 30px; margin: 0; }
.banner-image-with-content-wrap .openlane-button-wrap { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 32px; }
.banner-image-with-content-wrap .openlane-button-wrap .openlane-button a.blue-btn.btn { background-color: #fff; border: 2px solid transparent; color: #0061FF; }
.banner-image-with-content-wrap .openlane-button-wrap .openlane-button a.blue-btn.btn:hover { background-color: transparent; color: #ffffff; border-color: #ffffff; }
.banner-image-with-content-wrap .openlane-button-wrap .openlane-button a.transparent-btn.btn { background-color: transparent; border: 2px solid #fff; }
.banner-image-with-content-wrap .openlane-button-wrap .openlane-button a.transparent-btn.btn:hover { background-color: #fff; border-color: #fff; color: #0061FF; }
.openlane-banner-image-with-content-block .down-icon { margin: 48px 0 0 0; text-align: center; }
.banner-image-with-content-wrap .banner-image img { width: 100%; }

@media only screen and (max-width: 767px) {
    .banner-image-with-content-wrap .banner-image { margin-bottom: 24px; }
    .banner-image-with-content-wrap .banner-content { margin-bottom: 24px; }
    .banner-image-with-content-wrap .banner-content p { font-size: 16px; line-height: 24px; }
    .banner-image-with-content-wrap { max-width: 358px; margin: auto; width: 100%; padding: 0 16px; }
    .openlane-banner-image-with-content-block.featured-block { margin-top: -150px; padding: 160px 0 0; }
    .banner-image-with-content-wrap .banner-content p { font-size: 16px; line-height: 24px; max-width:306px; margin: auto; width: 100%; }
    .banner-image-with-content-wrap .openlane-button-wrap .openlane-button a.btn { width: 100%; }
    .banner-image-with-content-wrap .openlane-button-wrap .openlane-button { width: 100%; }
    .banner-image-with-content-wrap .openlane-button-wrap { gap: 24px; }
    .openlane-banner-image-with-content-block .down-icon { margin-top: 80px; }
}