.flex_layout {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.flex_layout img  {
    margin-right: 10px;
}
.flex_layout > p {
    flex: 1;
}