.temporary-pricing-table {
    width: calc(100% - 16%);
    height: 50px;
    box-sizing: border-box;
    margin: 60px 8% 0 8%;
    font-family: Montserrat, sans-serif;
    color: #f79e02;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.temporary-pricing-table span {
    border-right: 1px solid #f79e02;
    padding: 0 20px;
}

.temporary-pricing-table #last {
    border: none !important;
}