Add display: flex to the class .footer.text.parent
display: flex
.footer.text.parent
Code:
.footer.text.parent { display: flex; flex-direction: row; justify-content: space-around; width: 100vw; height: auto; }
Result: