I have encountered an issue with my two columns of boxes. The left side is fine, but the right side doesn't float all the way to the end of the container. I have double-checked for any margins that might be causing this, but there are none present, so I'm puzzled as to why it's not aligning properly.
You can view the problem in action on this fiddle:
If you notice the small text/note saying 'click a service to find out more', it sits perfectly aligned to the right edge of the container. My aim is to get the tabs on the right side to also align in the same manner.
On a side note, I have added a hover effect where the background color transitions from left to right. However, I've noticed that the transition isn't smooth and doesn't go off completely when sliding back. Even though I have included the transition code for the main element, it still doesn't work as intended.
Could anyone provide insight into why these aspects aren't functioning as expected?