.about_parallax {
    position: relative;
    background-image: url('/static/images/examples/bll_home_final.png');
    height: 62vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
}


li{
    list-style-type: none;
}
