/* Page-specific styles for index.html */

.features-section-white {
    background: #fff;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}

.section-footer {
    text-align: center;
    margin-top: 40px;
}

.btn-inline {
    width: auto;
    display: inline-flex;
}

.section-intro {
    max-width: 800px;
    margin: 0 auto;
}

.btn-full-width {
    margin-top: 20px;
    width: 100%;
}