#bottom_decoration {
    display: flex;
    flex-direction: row;
    /* height: 8rem; */
    height: 10.8em;
}

#bottom_decoration>div {
    flex: 1;
}

#bottom_decoration>div:nth-child(1) {
    background-image: url('images/ephyra_left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;

    display: none;
}

#bottom_decoration>div:nth-child(2) {
    background-image: url('images/ephyra_right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

@media only screen and (min-width: 691px) and (max-width: 1650px) {

    main > section > div {
        margin-right: 9em;
    }

}