.products-of-the-month__content-below {
    background-color: var(--color-secondary-background);
    margin-top: 30px;
    padding: 40px 30px 40px 30px;
    border-radius: 10px;
    color: var(--color-text);
}

.products-of-the-month__content-below h2,
.products-of-the-month__content-below h3,
.products-of-the-month__content-below h4,
.products-of-the-month__content-below p,
.products-of-the-month__content-above p {
    color: var(--color-text);
}

.products-of-the-month__content-below h2,
.products-of-the-month__content-below h3,
.products-of-the-month__content-below h4,
.products-of-the-month__content-above h2,
.products-of-the-month__content-above h3,
.products-of-the-month__content-above h4 {
    margin-block-start: 0em;
    margin-block-end: 0.3em;
    color: var(--color-primary);
}

.products-of-the-month__content-below p:not(:last-child),
.products-of-the-month__content-above p:not(:last-child) {
    margin-block-start: 0em;
    margin-block-end: 1.3em;
}

.products-of-the-month__content-above ol {
    padding-left: 1.1em;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}