.tour-price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: inherit;
}

.tour-price__label {
    text-transform: uppercase;
}

.tour-price__value {
    margin-top: 10px;
    color: #009b3a !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .tour-price__label {
        font-size: 16px !important;
    }

    .tour-price__value {
        font-size: 28px !important;
    }
}