.spending-content-ctn {
    max-width: 1100px;
    margin: 0 auto;
}


.spending-content-ctn .primary-color-bg {
    background: #1D1D1D;
}

.spending-content-ctn .primary-color-text {
    color: #1D1D1D;
}

.spending-content-ctn .secondary-color-bg {
    background: #eb2229;
}

.spending-content-ctn .secondary-color-text {
    color: #eb2229;
}

.spending-content-ctn .text-light-gray {
    color: #EDEDED;
}
/* global classes for page */

.faux-header-footer .row {
    max-width: 1240px;
    margin: 0 auto;
}

.back-main {
    margin-left: 20px;
}

.red-banner,
#spending-main-content {
    padding-top: clamp(1.5rem, 2.5vw, 2.5rem);
    padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
}

.red-banner {
    background: #eb2229;
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: #ffffff;
    padding: 2rem;
}

.red-banner p {
    margin: 0 auto;
    font-weight: 500;
}

#spending-main-content .container {
    max-width: 1030px;
}

#our-national-debt .national-debt-row div:first-of-type {
    width: fit-content;
}

#our-national-debt .national-debt-row div:last-of-type p {
    font-size: 15px;
    line-height: 126%;
}

#our-national-debt h3 {
    line-height: 115%;
    letter-spacing: -0.84px;
}

.cuts-include-row {
    margin-top: clamp(1.5rem, 2.5vw, 2.5rem);
    padding-left: 12px;
    padding-right: 12px;
    column-gap: 20px;
    row-gap: 20px;
}

.cuts-include-row .col-12 {
    padding: 20px 30px 20px 30px;
    border-radius: 8px;
    height: fit-content;
}

.cuts-include-row img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
    margin-top: -4px;
}

.cuts-include-row p {
    font-size: 15px;
    line-height: 126%;
    text-align: left;
}

.cuts-include-row hr {
    max-width: 128px;
    height: 2px;
    background-color: #eb2229;
    opacity: 100%;
    border: none;
}

@media screen and (max-width: 767.98px) {
    #hero {
        overflow-x: hidden;
    }

    #hero img {
        width: 135% !important;
        margin-left: -25%;
    }
}

@media screen and (min-width: 768px) {
    .cuts-include-row .col-md-4 {
        width: calc(33.33333333333% - 15px);
        
    }
}

/* Bootstrap grid essentials for your custom CSS */

/* Row */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* Columns */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-md-4 {
  flex: 0 0 auto;
  width: 100%;
}

/* Responsive breakpoint (md = ≥768px) */
@media (min-width: 768px) {
  .col-md-4 {
    width: 33.33333333%;
  }
}

/* Utility classes used in your markup */
.text-center {
  text-align: center !important;
}
.d-flex {
  display: flex !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Optional: color and typography helpers */
.text-white {
  color: #fff !important;
}
.font-18 {
  font-size: 18px !important;
}
