.text-indent-25 p {
    text-indent: 25px;
}

.text-indent-35 {
    text-indent: 35px;
}

.text-indent-56 {
    text-indent: 56px;
}

.text-indent-58 {
    text-indent: 58px;
}

.elementor-widget-text-editor .elementor-widget-container ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 9px;
}

.elementor-widget-text-editor .elementor-widget-container ul li {
    position: relative;
    padding-left: 1.5em;
}

.elementor-widget-text-editor .elementor-widget-container ul li:before {
    content: "";
    width: 0.625em;
    height: 0.625em;
    background-color: var(--e-global-color-secondary);
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .text-indent-25-mobile {
        text-indent: 25px;
    }
    .text-indent-50-mobile {
        text-indent: 50px;
    }
    .grid-title .elementor-widget-container:after {
        width: 94px;
        height: 83px;
        bottom: -45%;
    }
    .detail-grid .elementor-container {
        row-gap: 38px;
    }
    .elementor-widget-text-editor .elementor-widget-container ul {
        margin-bottom: 3px;
    }
}
