/**
 * SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
 * SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
 */

/*web content Certificates of Authorisation Heading (Payment and Settlement)*/

/*About Us Main Functions template csss*/

.main-functions-carousel {
	.bulleted li:before {
	content: "•";
    color: var(--txt-primary);
    font-weight: bold;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 6px;
    position: absolute;
    top: 0;
	}
}