.page__flower.page__flower-about {
    top: 108px;
    right: -105px;
    width: 42%;
}

.header {
    position: relative;
    z-index: 99;
}

/*.page__grey {
    background: #F8F8F8;
}

.l-about-us__intro {
    background: #F8F8F8;
}*/

.about-us {
    padding-bottom: 10rem;
}

.about-us .about-us__list {
    margin-bottom: 0;
}

@media all and (max-width: 899.98px) {
    .about-us__list {
        padding-bottom: 60px;
    }
    .page__flower.page__flower-about {
        top: 0;
        right: 0;
        width: 38%;
    }
}