/* Remove border and spacing from last section only */

.last-section {
border-top: none !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

/* Kill space inside container */
.last-section .about-container {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

/* Bring footer closer */
.footer {
margin-top: 15px !important;
}
