body {
    .inclus-prestation {
        background-color: var(--wb-color-blue-lighter);
        padding: 20px;
        border-radius: 25px;
        margin-top: 20px;

        .inclus-prestation-subtitle {
            font-weight: 400;
        }

        ul {
            li {
                padding-left: 0.250rem;
                &::marker {
                    font-family: "Font Awesome 5 Pro" !important;
                    content: "\f00c";
                }

                + li {
                    margin-top: 0.250rem;
                }
            }
        }

    }
}