
.rich-text-content > h1,h2,h3,h4,h5,h6{
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-weight: 600;
}


.rich-text-content > p{
    margin-top: 2rem;
}

.rich-text-content > ul{
    list-style-type: square;
    padding-left: 2rem;
}

.rich-text-content > ol{
    list-style-type: decimal;
    padding-left: 2rem;
}

.rich-text-content > ul > li{
    margin-bottom: 1rem;
}

.rich-text-content > p > a{
    color: #B23634;
    text-decoration: underline;
}

.rich-text-content > ul > li>  a{
    color: #B23634;
    text-decoration: underline;
}

.rich-text-content > ol > li>  a{
    color: #B23634;
    text-decoration: underline;
}

.rich-text-content > blockquote{
    padding: 2rem;
    border-color: #BDBDBD;
    border-left-width: 4px;
}