Looking at my code example and the screenshot provided, it's clear that the image is not fitting into the container even when set to 100% width or utilizing other properties. Below you will see the code snippet:
.about-us{
background-image: url(images/about-us-background.png);
width: 100%;
height: 100vh;
background-repeat: no-repeat;
}
Interestingly, I have another section with identical code that works perfectly fine. In this case, everything seems correct but the image still doesn't fit.Check out the webpage screenshot here