

/* Start:/local/templates/bacho_new/assets/css/for-customers.css?1755169514545*/
h2 {
    font-family: "Coco Gothic", sans-serif;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
* + h2 {
    margin-top: 30px;
}
ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
ul li {
    position: relative;
    padding-left: 24px;
}
ul li::before {
    position: absolute;
    top: .5em;
    left: 3px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
    content: "";
}
/* End */
/* /local/templates/bacho_new/assets/css/for-customers.css?1755169514545 */
