.k-tpl-content-wrapper {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

.kanos-tour-policy ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.kanos-tour-policy li {
    position: relative;
    padding-left: 28px;
}

.kanos-tour-policy li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/12/promotion.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}