.price-break-container:not(.price-section-item) {
  max-width: 400px;
  margin: 0 auto;
  text-align: left; }
  .price-break-container:not(.price-section-item) .product-finance-title {
    font-size: 38px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px; }
    .price-break-container:not(.price-section-item) .product-finance-title em {
      font-style: inherit; }
  .price-break-container:not(.price-section-item) .product-finance-price {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px; }
    .price-break-container:not(.price-section-item) .product-finance-price .price-details {
      font-size: 38px; }
      .price-break-container:not(.price-section-item) .product-finance-price .price-details .blue {
        color: #284e80; }
  .price-break-container:not(.price-section-item) .product-finance-price-break {
    padding-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .price-break-container:not(.price-section-item) .product-finance-price-break .break-title {
      font-weight: 500;
      font-size: 1.3rem;
      margin-bottom: 16px; }
    .price-break-container:not(.price-section-item) .product-finance-price-break .break-details {
      font-size: 0.875rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 16px; }
      .price-break-container:not(.price-section-item) .product-finance-price-break .break-details.light {
        font-weight: 300; }
      .price-break-container:not(.price-section-item) .product-finance-price-break .break-details.dark {
        font-weight: 500; }
      .price-break-container:not(.price-section-item) .product-finance-price-break .break-details.total {
        margin-bottom: 4px; }
  .price-break-container:not(.price-section-item) .price-break-disclaimer {
    padding: 14px 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    color: #284e80;
    margin-bottom: 24px;
    cursor: pointer; }
    .price-break-container:not(.price-section-item) .price-break-disclaimer.active + .price-break-disclaimer-content {
      display: block; }
  .price-break-container:not(.price-section-item) .price-break-disclaimer-content {
    display: none;
    letter-spacing: 0.02em;
    line-height: 1.6666666666666667;
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.56); }

@media screen and (max-width: 767px) {
  .price-break-container:not(.price-section-item) {
    padding: 0 20px; }
    .price-break-container:not(.price-section-item) .product-finance-title {
      font-size: 30px; } }
