#references section {
    padding: 50px 0 90px;
    background-image: url("../img/index-picture30-1.jpg");
    background-position: center bottom;
}

#references p {
    margin-bottom: 30px;
    font-size: 18px;
}
#references p:nth-of-type(2) {
    margin-bottom: 15px;
}
#references p:nth-of-type(3) {
    margin-top: 20px;
}

#references ul li {
    margin-bottom: 15px;
}

.referernce-box {
    background-color: rgba(255,255,255, 0.7);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
    border: 1px solid #E7E7E7;
    padding: 30px;
}
