.about-page-content{
    min-height: 800px;
    /*background-image: url("http://bag.linked-neuron-data.org/static/image/hero_background.svg");*/
    /*background-image: url("http://bag.linked-neuron-data.org/static/image/hero_background_2.jpg");*/

    background-image: url("http://bag.linked-neuron-data.org/static/image/hero_background_3.jpg");
    background-color: var(--theme-color-purple-light);
    background-blend-mode: multiply;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 0;
}

.about-section{
    max-width:800px;
    background: rgba(255,255,255,0.90);
}