.mb-4 {
    position: relative;
}

.mb-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1;
}
.v-hero-text {
    display: none;
}
.mb-4 {
    display: none;
}