/* -- kyra -- */
section.section-bg-light {
    background: #eaeaea;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
section.section-bg-light > .row {
    margin: auto;
    width: 100%;
}

footer .section-bg-light {
    color:#6f6f6f;
}

footer .section-bg-light h2, 
footer .section-bg-light h3,
footer .section-bg-light h4,
footer .section-bg-light h5 {
    color:#191919
}

/* responsive */
@media (min-width: 768px) {
    section.section-bg-light > .row {
        width: 750px;
    }
}
@media (min-width: 992px) {
    section.section-bg-light > .row {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    section.section-bg-light > .row {
        width: 1170px;
    }
}
@media (min-width: 1500px) {
    section.section-bg-light > .row {
        width: 1420px;
    }
}

aside + main section.section-bg-light {
    width: 100%;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}

aside + main section.section-bg-light > .row {
    width:100%
}