.hero-wrapper {
    background-image: url("images/about-bg.png");
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    min-height: 100vh;
    background-size: cover;
    width: 100%;
}

.bg-image-col {
    /* background-image: url("images/contact-p.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* z-index: 2; */
}
/*
.bg-image-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.700);
    z-index: 1;
} */

.bg-image-col * {
    z-index: 2;
    position: relative;
}
