https://www.frontendmentor.io/challenges/clipboard-landing-page-5cc9bccd6c4c91111378ecb9 Put your layout skills to the test with this HTML & CSS landing page challenge. This challenge includes a design for hover states. - [LIVE WEBSITE - CLICK BELOW]
Your overflow is being caused on small screens by all the large explicit margins and paddings you are setting on the sides of elements
Instead of adding values like padding: 8rem; use techniques like width: 100%; max-width: 20rem;
https://frontendmentor.slack.com/archives/CCYHFT85B/p1656069288485599?thread_ts=1656050081.188389&cid=CCYHFT85B