.Flex-Container {
    display: flex;
}

.Flex-Child {
    flex: 1;
}

.Flex-Child:first-child {
    margin-right: 20px;
}