
#tariff_products .product__action {
    background-color: #DF8330;

    height: 56px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid white;
    display: table;
    width: 100%;
    position: relative;
}

#tariff_products .product__action::after {
    background-image: url(../img/svg/telko/highlight-triangle--orange.svg);

    content: '';
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin-left: -8px;
    position: absolute;
    bottom: -13px;
    left: 50%;
}

#tariff_products .product__action span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}