Adding Centered Title on this section

for, for of, for in loops
Need solution on this sass code.
Vertically centering a number

Part of page without container

Stacking/z-index issue
background image and a main image. The way I've chosen to approach this has stopped interactivity with my cta as i put a negative z-index on my hero section to match the design as best i could which i have figured out is the source of the issue. I'm just not too sure on the best way to approach the stacking layout for it as this issue has proven my method isn't efficient nor effective 😅.
Here's an image of the design i'm trying to replicate and my codepen if that helps 😄 (i've taken out all of the code not relevant to the problem so some things may look a little out of place or inconsistent in the css as i've only included what is used within my navbar and hero section to avoid confusion for ya'll. This currently only works on mobile view). I'd really appreciate anyone's help whether that be suggesting a new method or tweaking the current one! Many thanks in advance!
https://codepen.io/deerCabin/pen/GRPZLBy...
How do I get all my border radius' the same size?
IntersectionObserver for multiple targets
OpenGraph issue in ReactJS
"without touching the module, implement it so that the user can interact with it"... I'm stumped.
Suitable styling
flow class which adds spacing between sections.
This is defined as:
```css
.flow > *:not(:last-child) {...Trying to bring two items closer together inside a grid on different rows
Site Rendered Oddly on Chrome Mobile
I can't get rid of 12 extra pixels below an image and it's not vspace, margin, or a whitespace node
How create transition for height?

Hover with Border-color showing and Image opacity in 0.3

Section
Dynamically setting the color in TailwindCSS.
Context API to set the theme of my webpage dynamically. I have a color palette of 8 colors.
But
hover:${themeColor.bg.base} is not working with hover, otherwise the color is working fine.
themeColor.hover.base actually points to bg-themeColor2Base, and themeColor2Base is defined in tailwind.config.css....