.footerGallery {
    width: 975px;
    height: 230px;
    position: relative;
    background: #3F3F3F;
    background: linear-gradient(to bottom, #3F3F3F 0, #1A1A1A 100%);
    font-family: 'Ubuntu Condensed', sans-serif;
    margin: 0 auto;
    box-shadow: inset -10px 0px 1px -9px #FFF
}
.footerGallery div {font-family: 'Ubuntu Condensed', sans-serif;
}

.footerItem {
    position: absolute;
    width: 975px;
    padding: 0;
    color: white;
}

.footerItem > * {
    margin: 0;
    padding: 0;
    float: left;
}

.footerItem > div {
    width: 375px;
    height: 230px;
}

.footerItem > div > .title {
    margin-top: 80px;
    font-size: 35px;
    text-align: center;
    width: 100%;
}

.footerItem > div > .desc {
    font-size: 16px;
    text-align: center;
    width: 100%;
}
