.bg-light {
    background: linear-gradient(287deg, #f1faff 0.54%, #dff5ff 100.84%) !important;
    border: dashed !important;
    border-color: var(--bs-blue) !important;
}

.bg-light a {
   color: var(--bs-blue) !important;
}


.bg-light .me-3 {
    display: none !important;
}