section#about p {
    text-align: left;
}
    div.spotlight:before{
        background-color: #000;
        background-image: url("../../images/banner-about.jpg");
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
    }

    div.spotlight::after
    {
        background-color: rgba(0,0,0,0.1);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }