.price-in-list i {
    margin-right: 0!important;
}

.registration-fee-from {
    margin-right: 10px!important;
}

.discount {
    display: flex;
    justify-content: flex-end;
}

.is-discounted {
    font-family: Inter;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    text-decoration-line: line-through;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-right: 10px;
    color: #FFFFFF;
}

.is-discounted i {
    text-decoration: line-through;
}

.discount .card-footer-price .info-about-discount {
    position: relative;
    z-index: 10;
    line-height: 1px;
    padding-left: 5px;
}

.discount .tooltip.top .tooltip-arrow {
    left: 94% !important;
}

.discount .tooltip {
    top: -47px !important;
    left: unset !important;
    right: 10px;
    width: 200px !important;
}

@media (max-width: 768px) {
    .is-discounted {
        font-family: unset;
        line-height: 16px;
        font-size: 12px;
    }

    .discount .tooltip {
        right: 11px;
        top: -50px !important;
    }

    .registration-fee-from {
        margin-right: 0px!important;
    }
}
