.ratings__underline {
    border-bottom: 2px solid var(--secondary-palette-cool-grey);
}

.bg-graphic-lavender::after{
    background: url(/wp-content/uploads/2026/03/bg-graphic-lavender-wave-scaled.png);
    content: "";
    background-size: cover;
    background-position: center center;
    top: -85px;
    left: 0;
    height: 800px;
    width: 100%;
    z-index: -1;
    position: absolute;
}