.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%;
}
