.image-holder {
    display: flex;
    margin: 30px 0;
}

.about-text {
    display: flex;
    flex-direction: row;
}

.about-text-left, .about-text-right {
    flex: 1;
}

