.homen {
    margin-bottom: 1.5rem;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
}

.homen-pic {
    min-width: 25%;
}

.homen-text {
    margin-left: 1.5rem;
}

