.about-box {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 50px;
    margin-left: auto ;
    margin-right: auto ;
    margin-bottom: 100px;
    padding-bottom: 50px;
    width: 826px;
    background-color: #000000;
    border-radius: 9px;
    border: transparent;
}

.about-box-header {
    font-size: 2em;
    color: #FFFFFF;
    text-align: center;
    margin-top: 8px;
    background-color: #000000;
}

.about-box-text {
    font-size: 1.08em;
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
    margin-left: 12.4%;
    margin-right: 12.4%;
    background-color: #000000;
}

.about-us-image {
    display: block;
    width: 600px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.bulleted-list-header{
    margin-top: 30px;
}






