Trying to build a new reviews section, where the title looks like this:.
This is what it looks like when I add it:
This is the HTML code I am using
####
Reviews
This is the CSS code I am using
.bg-secondary{background-color:#00aeef}
.text-white {
color: #fff;
}
.leading-\[1\.345\] {
line-height: 1.345;
}
.font-normal {
font-weight: 400;
}
.text-\[40px\] {
font-size: 40px;
}
.relative {
position: relative;
}

