.gestionator-imported {
    background-color: #ececec;
    padding: 4rem;
}

.gestionator-imported a {
    color: #e10d1a;
}

.gestionator-imported h2 ~ * {
    background-color: white;
    padding: 2rem 4rem;
    margin: 0;
}

.gestionator-imported h2 {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: -.02083333em;
    line-height: 1.16666667;
    margin: 1.25em 0 0 0;
    padding: 4rem 4rem 0 4rem;
    background-color: white;
}

.gestionator-imported h2::after {
    border-bottom: 2px solid #e10d1a;
    content: "";
    display: block;
    margin-top: .625em;
    width: 1.29166667em;
}

.gestionator-imported h2 ~ p:last-child {
    margin-bottom: 4rem;
}

.gestionator-imported ul {
    list-style: none;
    list-style-position: inside;
}

.gestionator-imported ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #e10d1a; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}