#content-body-title p {
    font-family: "Khula SemiBold";
    font-size: 48;
    color: black;
    margin: 0;
}

#content-body-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70vw;
}

#content-body-body div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-height: 33.33333vh;
    width: 100%;
    padding-top: 50;
}

#content-body-body div p {
    font-family: "Khula Light";
    font-size: 3vh;
    width: 46vw;
    height: 100%;
    line-height: 1.75;
}

#content-body-body div img {
    height: 40vh;
}

#content-body-body-bottom p {
    text-align: right;
}