I attempted to adjust the top padding using various pixel values in the style, but the image padding relative to the webpage remained unchanged. For example: padding-top: 5px; Here is part of my code snippet:
<div class="row pb-5 mt-4" style="background-color: rgba(3, 31, 45, 0.5);">
style="background-image: url('images/image1.jpg');
background-repeat: no-repeat; background-position: center; background-size: cover;
position: relative; border-radius: 10px 0 0 10px; padding-top: 5px;">
</div>