.section-group-title {
    margin: 0 0 25px;
    padding: 20px;
    box-shadow: 0 4px 5px -2px #008d4c;
    background-color: #333;
    border-radius: 5px 5px 0 0;
    color: #f9f9f9;
}

.section-group-title-not-first {
    margin-top: 80px;
}

.section-group-title .glyphicon {
    color: #008d4c;
}

.section-info .box {
    border-top: none;
    background: none;
    box-shadow: none;
}

.section-info h4.box-title {
    font-size: 16px !important;
    font-style: italic;
    font-weight: bold !important;
}

.section-info .box-body {
    display: none;
}