/** Om section **/

body {
    background-color: rgb(237, 234, 225);
}

.sectionwrapper {
    display: flex;
    flex-wrap: wrap;
    font-family: font-family: 'Cormorant', serif;
    line-height: 150%;
    font-size: 17px;
    margin: 0 auto;
}

.top,
.bottom {
    display: flex;
    flex: 1;
    flex-basis: 800px;
    margin: 2%;
    margin-bottom: 2%;
    margin-left: 8%;
}

.bottom {
    margin-left: 13%;
}

.toptext {
    width: 40%;
    padding-top: 3%;
}

.bottomtext {
    width: 40%;
    padding-top: 1%;
}

.topimage,
.bottomimage {
    width: 50%;
    text-align: center;
}

.one {
    width: 80%;
}