.fancify-core-description-container {
    margin: 0;
    color: #757575;
    line-height: 1.625em;
    @include font-family-poppins;

    p {
        margin: 0;
        margin-block-end: 1.5rem;
        color: #757575;

        @include for-phone {
            text-align: justify;
        }
    }

    li:before {
        content: "\e022";
        font-family: 'fancify-fontastic';
        @include font-size(10);
        color: rgba(241, 26, 26, 1);
        padding-right: 10px;
    }
}