/* Intro box with bg color */
.intro_box0 > div {
    background-color: #ffce00;
    padding-left: .9375rem;
    padding-right: .9375rem;
    height: 100%;
}
.intro_box0 > div > section {
    border: 0
}
.intro0 .intro_box0:last-child {
    padding-right: .9375rem;
}