<style>
.flex{
    display: flex;
    justify-content: space-between;
}
.flex>p{
    width: 40%;
}
</style>