#price-table ul {
    padding: 0 !important;
    margin: 0 !important;
}
.price-list__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.price-list__service-wrap {
    max-width: 600px;
}

.price-list__cost,
.price-list__service {
    color: #1F3651;
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: -0.36px;
}

.price-list__service-sale {
    font-weight: 700;
    color: #E34526;
}

.price-list__service-desc {
    color: #1F3651;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.32px;
}


.price-list__cost-wrap {
    text-align: right;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}

.price-list__cost--discounted {
    color: rgba(31, 54, 81, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.36px;
    text-decoration: line-through;
}

.price-list__cost-sale {
    font-weight: 700;
    color: #E34526;
}

.price-list__cost-sale sup {
    font-size: 70%;
    vertical-align: top;
}

#price-table.price-table>h2 {
    color: #266DD3;
    font-family: 'proxima-nova', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
    letter-spacing: -0.64px;
    margin-bottom: 20px;
}

#price-table.price-table>h3 {
    max-width: 100%;
    margin: 50px 0 0 !important;
    color: #266DD3;
    font-family: 'proxima-nova', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.48px;
    margin-bottom: 20px !important;
}

#price-table.price-table p {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#price-table.price-table p {
    margin: 0 !important;
}

#price-table.price-table em {
    display: block;
    margin-bottom: 30px;
    font-style: normal !important;

    color: rgba(31, 54, 81, 0.60);
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: -0.32px;
}

#price-table blockquote {
    background: none;
    margin: 0;
    padding: 0;
    color: rgba(31, 54, 81, 0.60);
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.32px;
}

#price-table blockquote p {
    text-align: left;
}