.featured {
    height: 400px;
    background: #c2be76;
    background-image: url('images/POSON-background.jpg');
    background-size: 1920px 400px;
    color: white;
}
.title-div {
    display: table;
    width: 40%;
    float: left;
    margin-left: 50px;
    text-align: left;
}

h1 {
    margin: 130px 0 0 0;
    padding: 0;
    font-size: 38px;
}
.work-title {
    color: #c2be76;
}
.work-description {
    font-size: 14px;
}

.function-container {
    background: #c2be76;
}
.functions {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 50px;
    float: none;
}