.hero {
    padding-top: 70px;
    text-align: center;
}

.hero h1 {
    font-size: 80px;
    font-family: 'gilroy-medium';
    margin-bottom: 20px;
}

.hero .hero-image {
    max-width: 70%;
    margin: 0 auto;
}

.hero .payment-mode {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hero .payment-mode img {
    height: 40px;
    max-height: 50px;
}

.qualities {
    padding: 100px 0;
}

.qualities .title {
    margin-bottom: 100px;
    font-family: 'gilroy-medium';
}

.qualities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    text-align: left;
}

.quality-content .quality-content--grid {
    display: grid;
    row-gap: 30px;
}

.quality-content .quality-content--col .icon img {
    height: 50px;
}

.quality-content .quality-content--col h3 {
    margin: 30px 0 20px;
    font-family: 'gilroy-medium';
}

.pricing-section {
    padding: 100px 0;
}

.choose-reader .title {
    margin-bottom: 50px;
}

.pricing-details h5 {
    font-size: 80px;
    font-family: 'gilroy-medium';
}

.product-selection {
    padding-bottom: 100px;
}

.product-selection .image {
    margin-top: 50px;
}

.choose-reader .title,
.product-selection .title,
.pricing-details .title,
.pricing-section .title,
.pledger-fees .title,
.process-partnering .title {
    text-align: center;
    font-family: 'gilroy-medium';
    font-size: 40px;
}

.product-selection .title,
.pricing-details .title,
.pledger-fees .title,
.process-partnering .title {
    margin-bottom: 0.5rem;
}

.choose-reader .card,
.pricing-section .card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.choose-reader .card .card-img {
    flex: 0 0 300px;
    height: 300px;
}

.choose-reader .card .card-img .card-img-top {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.choose-reader .card .card-title,
.pricing-section .card .card-title {
    font-family: 'gilroy-medium';
}

.choose-reader .card .pricing {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 20px 0 30px;
    gap: 5px;
    font-family: 'gilroy-medium';
}

.choose-reader .card .pricing .prefix {
    align-items: flex-end;
    font-size: 16px;
    line-height: 1;
}

.choose-reader .card .pricing .text {
    font-size: 32px;
    line-height: 1;
}

.choose-reader .card .pricing .postfix {
    font-size: 20px;
    align-self: flex-start;
}

.choose-reader .card .card-body,
.pricing-section .card .card-body {
    padding: 30px;
    text-align: center;
    flex: 1;
}

.choose-reader .card .card-footer,
.pricing-section .card .card-footer {
    padding: 0;
    background-color: transparent;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.choose-reader .card .card-footer--top,
.choose-reader .card .card-footer--bottom {
    padding: 30px;
}

.choose-reader .card .card-footer ul,
.pricing-section .card .card-footer ul {
    display: grid;
    gap: 30px;
    margin: 0;
}

.choose-reader .card .card-footer ul li,
.pricing-section .card .card-footer ul li {
    position: relative;
}

.choose-reader .card .card-footer ul li + li:before,
.pricing-section .card .card-footer ul li + li:before {
    content: '';
    position: absolute;
    top: -15px;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.125);
}

.choose-reader .card .card-footer--bottom {
    border-top: 1px solid rgba(0,0,0,.125);
    text-align: center;
}

.choose-reader .card .card-footer--bottom a {
    transition: .3s ease-in;
}

.choose-reader .card .card-footer--bottom a:hover {
    color: #212529;
}

.content-section.cta-content h2 {
    font-size: 3.8rem;
    line-height: 1.1;
}

.content-section.cta-content p a {
    text-decoration: underline;
    color: #fff;
}

.feature-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    padding: 50px;
    margin-top: 50px;
}

.feature-card .feature-card--col h3 {
    font-family: 'gilroy-medium';
    font-size: 34px;
    margin-bottom: 30px;
}

.feature-card .feature-card--col p {
    margin-bottom: 30px;
}

.feature-card .feature-card--col .original-price {
    font-style: italic;
    font-size: 24px;
    text-decoration: line-through;
}

.feature-card .feature-card--col .discounted-price {
    font-size: 55px;
    font-family: 'gilroy-bold';
    color: #007940;
}

.feature-card .feature-card--col ul {
    display: grid;
    gap: 30px;
    margin-bottom: 50px;
}

.feature-card .feature-card--col ul li {
    position: relative;
    padding-left: 30px;
}

.feature-card .feature-card--col ul li::before {
    content: "";
    width: 1.2rem;
    height: 2rem;
    text-align: center;
    position: absolute;
    top: -3px;
    left: 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/icon_greentick.svg");
}

.feature-card .feature-card--col ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.125);
}

.feature-card .feature-card--col ul li .text-checked {
    text-decoration: line-through;
    color: #666;
    margin-right: 10px;
}

.feature-card .feature-card--col ul li .icon {
    margin-right: 5px;
}

.payment-setup-steps {
    padding: 80px 0 20px;
}

.payment-setup-steps .title {
    margin-bottom: 100px;
    font-size: 40px;
    font-family: 'gilroy-medium';
}

.payment-setup-steps .payment-steps--grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;    
    counter-reset: stepCount;
}

.payment-setup-steps .payment-steps--col .image,
.payment-setup-steps .payment-steps--col .info-listing {
    height: 255px;
    overflow: hidden;
    margin-bottom: 40px;
}

.payment-setup-steps .payment-steps--col .info-listing {
    background-color: #f5f5f5;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 1px #bcbcbc;
}

/* .payment-setup-steps .payment-steps--col .info-listing > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
} */

/* .payment-setup-steps .payment-steps--col .info-listing .info-listing--top {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.payment-setup-steps .payment-steps--col .info-listing .info-listing--bottom {
    margin-top: 10px;
}

.payment-setup-steps .payment-steps--col .info-listing ul {
    margin: 0;
}

.payment-setup-steps .payment-steps--col .info-listing ul li span {
    font-family: 'gilroy-medium';
}

.payment-setup-steps .payment-steps--col .info-listing ul li a {
    text-decoration: underline;
}

.payment-setup-steps .payment-steps--col .info-listing h6 {
    font-family: 'gilroy-medium';
    line-height: 1.3;
    font-weight: 400;
}

.payment-setup-steps .payment-steps--col .info-listing .payment-gateway-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.payment-setup-steps .payment-steps--col .info-listing .payment-gateway-logos img {
    height: 40px;
}

.payment-setup-steps .payment-steps--col .image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.payment-setup-steps .payment-steps--col .content {
    font-size: 18px;
    position: relative;
}

.payment-setup-steps .payment-steps--col .content::before {
    counter-increment: stepCount;
    content: counter(stepCount)". ";
}

.payment-setup-steps .payment-steps--col .content strong {
    font-family: 'gilroy-bold';
    font-weight: 400;
}

/* =============== */

.choose-product {
    padding: 100px 0;
}

.choose-product .title {
    text-align: center;
    font-family: 'gilroy-medium';
    font-size: 80px;
    margin-bottom: 50px;
}

.choose-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
}

.choose-product-grid .card-choose-product {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.choose-product-grid .card-choose-product .card-img {
    height: 350px;
    background-color: #f5f5f5;
}

.choose-product-grid .card-choose-product .card-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.choose-product-grid .card-choose-product .card-footer {
    background-color: transparent;
    padding: 1.25rem;    
}

.choose-product-grid .card-choose-product .card-footer .card-footer--actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.choose-product-grid .card-choose-product .card-footer .info-list {
    padding: 0;
    margin: 20px 0 30px;
    list-style: none;
    display: grid;
    gap: 20px;
}

.choose-product-grid .card-choose-product .card-footer .info-list li {
    position: relative;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.choose-product-grid .card-choose-product .card-footer .info-list li:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.125);
}

.choose-product-grid .card-choose-product .card-title {
    font-size: 28px;
    font-family: 'gilroy-medium';
    margin-bottom: 5px;
    line-height: 1.2;
}

.choose-product-grid .card-choose-product .price {
    font-size: 40px;
    font-family: 'gilroy-bold';
    margin-top: 20px;
    line-height: 1;
}

.choose-product-grid .card-choose-product .tax {
    color: #666666;
    font-size: 13px;
}

/* =================== */

.hero-pricing {
    padding: 50px 0;
    min-height: 550px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff9ee;
}

.hero-pricing .container {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.hero-pricing .row {
    width: 100%;
}

.hero-pricing__banner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
}

.hero-pricing__banner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.hero-pricing__content h1 {
    margin-bottom: 20px;
    font-size: 55px;
    color: #c3912e;
}

.hero-pricing__content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-pricing__content .btn-wrapper {
    margin-top: 15px;
}

.pricing-section .card {
    padding: 50px 30px;
}

/* .pricing-section .card > div {
    flex-grow: 1;
} */

.pricing-section .card .card-body,
.pricing-section .card .card-footer {
    border: 0;
    padding: 0;
}

.pricing-section .card .card-footer--top {
    margin-top: 10px;
}

.pricing-section .card .card-footer--top ul {
    margin-left: 20px;
    margin-top: 30px;
}

.pricing-section .card .card-footer--top ul li {
    list-style-type: disc;
}

.pricing-section .card .card-footer--top ul li::before {
    left: 0;
}

.pricing-section .card .card-footer--top ul li::marker {
    color: #c3912e;
}

.pricing-section .card .link-grp {
    display: grid;
    gap: 10px;
    text-align: center;
}

.pricing-section .card {
    transition: 0.3s ease;
}

.pricing-section .card:hover {
    box-shadow: rgb(231, 231, 231) 0px 8px 32px 0px;
    transform: translateY(-2px);
    border-color: transparent;
}

.account-features {
    padding: 0 0 100px;
}

.custom-table {
    border-collapse: collapse;
    border: 0;
}

.custom-table tr th {
    padding: 30px 0;
    text-align: center;
    font-size: 18px;
    font-family: "gilroy-medium";
    color: #c3912e;
}

.custom-table tr td {
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
}

.custom-table tbody tr:not(.hidemob):hover {
    background: #fff9ee;
}

.custom-table tbody tr.footer-table:hover {
    background: none;
}

.custom-table thead {
    background: #F1F1F1;
    border-radius: 0.25rem;
    border-collapse: collapse;
    margin: 0 0 20px 0;
}

.custom-table tr th:nth-child(1) {
    padding-left: 60px;
    text-align: left;
}

.custom-table tr td:nth-child(1) {
    padding-left: 60px;
    text-align: left;
}

.custom-table tr th:nth-child(1) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.custom-table tr th:nth-child(4) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.tablebutton-section {
    position: relative;
    margin: 20px 0 0 0;
}

.tablebutton-section .btn {
    font-size: 13px;
    font-family: 'gilroy-medium';
    background: #c3912e;
    color: #fff;
    padding: 12px 40px;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 30px;
}

.process-partnering {
    padding: 150px 0;
    background-color: #fff9ee;
}

.process-partnering .subtitle {
    width: 50%;
    margin: 0 auto;
}

.process-partnering .pledger-process {
    display: flex;
    justify-content: space-around;
    max-width: 800px;
    margin: 50px auto 0;
    position: relative;
}

.process-partnering .pledger-process li {
    width: 33.3333%;
}

.process-partnering .pledger-process li:after {
    content: "";
    position: absolute;
    left: 19%;
    bottom: 13px;
    height: 4px;
    width: 65%;
    background: #c3912e;
}

.process-partnering .pledger-process li a {
    text-decoration: none;
    position: relative;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
}

.process-partnering .pledger-process li a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border: 4px solid #c3912e;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    z-index: 2;
    transition: all .5s ease;
}

.process-partnering .pledger-process li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 13px;
    height: 4px;
    width: 100%;
    background: #c3912e;
}

.process-partnering .pledger-process li span {
    font-size: 20px;
    display: block;
    text-decoration: none;
    color: #c3912e;
    line-height: 26px;
    min-height: 85px;
    padding: 0 30px;
    text-align: center;
}

.process-partnering .pledger-process li:nth-child(1) a:after,
.process-partnering .pledger-process li:nth-child(2) a:after {
    width: 0;
    z-index: 1;
    transition: all .5s ease;
}

.process-partnering .pledger-process li:nth-child(1) a:after {
    left: 50%;
}

.process-partnering .pledger-process li:nth-child(3) a:after {
    left: inherit;
    right: 50%;
}

.process-partnering .pledger-process li.active a:before {
    background: #c3912e;
    transition: all .5s ease;
}

.process-partnering .pledger-process li.first a:after {
    background: #c3912e;
    z-index: 1;
    width: 100%;
    transition: all .5s ease;
}

.process-partnering .pledger-process li.first a:before {
    background: #c3912e;
    border-color: #c3912e;
}

.process-partnering .pledger-process li.second a:after {
    background: #c3912e;
    z-index: 1;
    width: 100%;
    transition: all .5s ease;
}

.process-partnering .pledger-process li.second a:before {
    background: #c3912e;
    border-color: #c3912e;
}

.process-partnering .pledger-process li.third a:before {
    border-color: #c3912e;
    background: #c3912e;
}

.process-partnering .pledger-process li.first span,
.process-partnering .pledger-process li.second span,
.process-partnering .pledger-process li.third span {
    font-family: "gilroy-medium";
}

.process-partnering .paragraph-text {
    text-align: center;
    font-size: 18px;
    font-family: "gilroy-light";
    margin-top: 80px;
    font-style: italic;
}

.pledger-fees {
    padding: 100px 0;
}

.pledger-fees .custom-table td:not(:first-of-type) {
    color: #c3912e;
    font-family: "gilroy-medium";
}

.content-tabbing {
    padding-top: 100px;
}

.content-tabbing .tabs-wrapper {
    /* background-color: #c3912e; */
    display: flex;
    justify-content: center;
}

.content-tabbing .tabs-wrapper .nav {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);
    border-radius: 50px;
}

.content-tabbing .tabs-wrapper .nav-item {
    margin: 3px 2px 0 0;
}

.content-tabbing .tabs-wrapper .nav-link {
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: bold;
}

.content-tabbing .tabs-wrapper .nav-link:hover {
    color: #c3912e;
}

.content-tabbing .tabs-wrapper .nav-link.active {
    background-color: #c3912e;
    border-color: #c3912e;
    color: #fff;
}

.order-summary {
    padding: 100px 0;
}

.order-summary .title {
    font-size: 40px;
    font-family: 'gilroy-medium';
}

.order-summary strong {
    font-family: 'gilroy-bold';
}

.order-summary .cart-product-wrapper {
    display: grid;
    gap: 15px;
}

.order-summary .cart-product-wrapper .card-body {
    display: grid;
    gap: 20px;
    grid-template-columns: 100px auto 80px;
}

.order-summary .cart-product-wrapper .card-body .product-img {
    height: 100%;
    width: 100px;
}

.order-summary .cart-product-wrapper .card-body .product-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: top;
}

.order-summary .cart-product-wrapper .card-body .name {
    font-family: 'gilroy-medium';
}

.order-summary .cart-product-wrapper .card-body .specifications,
.order-summary .cart-product-wrapper .card-body .quantity {
    font-size: 13px;
}

.order-summary .cart-product-wrapper .card-body .product-price {
    text-align: right;
    font-family: 'gilroy-bold';
}

.order-summary .cart-product-wrapper .card-body .product-price .original-price {
    text-decoration: line-through;    
    font-size: 20px;
    color: rgba(33, 37, 41, .4);
}

.order-summary .more-info {
    display: grid;
}

.order-summary .more-info .info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,.125);
}

.order-summary .more-info .info-row label {
    margin: 0;
}

.pricing-section ~ .pledger-fees {
    padding-top: 0;
}

.pricing-section .is-popular {
    position: relative;
    border: 1px solid #c3912e;
    overflow: hidden;
}

.pricing-section .is-popular:hover {
    border-color: #c3912e;
}

.pricing-section .is-popular .popular-tag {
    position: absolute;
    top: 1rem;
    left: -3.5rem;
    padding: 0.5rem 4rem;
    color: #fff;
    font-weight: 600;
    border: 2px solid #feba33;
    background: linear-gradient(90deg, #c3912e 0%, #f5bf53 50%, #d1931a 100%);
    transform: rotate(-45deg);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* < 1200px */
@media (max-width: 1199px) {
    .hero h1,
    .choose-product .title {
        font-size: 50px;
    }
    .hero .hero-image {
        max-width: 90%;
    }
    .payment-setup-steps .title,
    .qualities .title {
        margin-bottom: 40px;
        font-size: 24px;
    }
    .payment-setup-steps .payment-steps--col .image, 
    .payment-setup-steps .payment-steps--col .info-listing {
        height: 200px;
        margin-bottom: 20px;
    }
    .payment-setup-steps .payment-steps--col .content {
        font-size: 16px;
    }
    .qualities {
        padding: 70px 0;
    }
    .quality-content .quality-content--col h3 {
        margin: 20px 0 10px;
        font-size: 20px;
    }
    .pricing-details .strapline,
    .product-selection .strapline {
        font-size: 18px;
    }
    .pricing-details h5 {
        font-size: 50px;
    }
    .feature-card .feature-card--col h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .choose-reader .title, 
    .product-selection .title, 
    .pricing-details .title,
    .pricing-section .title,
    .pledger-fees .title,
    .process-partnering .title {
        font-size: 34px;
    }
    .choose-reader .card .card-img {
        height: 250px;
    }
    .content-section.cta-content h2 {
        font-size: 30px;
    }
    .choose-product-grid .card-choose-product .card-footer {
        grid-template-columns: auto;
    }
    .choose-product-grid .card-choose-product .card-title {
        font-size: 24px;
    }
    .choose-product-grid .card-choose-product .price {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .hero-pricing__content h1 {
        font-size: 54px;
    }
    .order-summary .title {
        font-size: 24px;
    }
    .order-summary h4 {
        font-size: 18px;
    }
}

/* < 992px */
@media (max-width: 991px) {
    .payment-setup-steps .payment-steps--grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .payment-setup-steps .payment-steps--col .image {
        height: 330px;
    }
    .feature-card {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }
    .feature-card .feature-card--col:nth-child(2) {
        grid-row: 2;
        grid-column: 1 / span 2;
    }
    .choose-product-grid {
        grid-template-columns: auto;
        row-gap: 40px;
    }
    .choose-product-grid .card-choose-product .card-footer {
        grid-template-columns: repeat(2, max-content);
        justify-content: center;
    }

    .custom-table {
        width: 100%;
        margin: 0 auto;
        border: 1px solid #F1F1F1;
    }

    /* Force table to not be like tables anymore */
    .custom-table, 
    .custom-table thead, 
    .custom-table tbody, 
    .custom-table th, 
    .custom-table td, 
    .custom-table tr {
        display: block;
    }

    .custom-table .hidemob,
    .custom-table .hidetd {
        display: none;
    }

    .custom-table tr td, 
    .custom-table tr th {
        padding: 15px;
        text-align: left;
        font-size: 16px;
    }

    .custom-table thead {
        display: none !important;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .custom-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    /* Zebra striping */
    .custom-table tr:nth-of-type(odd) {
        background: #f9f9f9;
    }

    .custom-table td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50% !important;
        font-size: 16px;
        text-align: left !important;
    }

    .custom-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 15px;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);
        font-weight: normal;
        font-size: 16px;
        color: #c3912e;
    }

    .tablebutton-section {
        margin: 0;
    }

    .tablebutton-section .btn {
        display: inline;
    }

    .footer-table {
        margin: 20px 0;
    }

    .hero-pricing__banner {
        position: initial;
        width: 100%;
        margin-top: 50px;
    }

    .process-partnering .pledger-process li span {
        font-size: 16px;
    }

    .process-partnering .subtitle {
        width: 90%;
    }
}

/* < 768px */
@media (max-width: 767px) {
    .payment-setup-steps .payment-steps--col .image {
        height: 250px;
    }
    .payment-setup-steps .title, 
    .qualities .title {
        font-size: 18px;
    }
    .qualities-grid {
        grid-template-columns: auto;
        row-gap: 50px;
    }
    .pricing-details .strapline, 
    .product-selection .strapline {
        line-height: 1.5;
    }
    .pricing-details h5 {
        font-size: 30px;
    }
    .feature-card {
        grid-template-columns: auto;
    }
    .feature-card .feature-card--col:nth-child(2) {
        grid-row: 3;
        grid-column: 1;
    }
    .feature-card .feature-card--col:nth-child(3) {
        grid-row: 1;
    }
    .choose-product-grid .card-choose-product .card-img {
        height: 250px;
    }
    .pricing-section,
    .pledger-fees {
        padding: 50px 0;
    }
    .pricing-section .strapline,
    .pledger-fees .strapline,
    .process-partnering .strapline {
        font-size: 18px;
        line-height: 1.5;
    }
    .pricing-section .card .card-title {
        font-size: 22px;
    }
    .hero-pricing__content h1 {
        font-size: 36px;
    }
    .hero-pricing__content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .process-partnering {
        padding: 80px 0;
    }
    .process-partnering .subtitle {
        width: 100%;
    }
    .process-partnering .paragraph-text {
        font-size: 14px;
        margin-top: 40px;
    }
    .process-partnering .pledger-process {
        display: flex;
        justify-content: center;
        max-width: 300px;
        margin: 50px auto 0;
        flex-wrap: wrap;
    }
    .process-partnering .pledger-process li {
        width: 100%;
    }
    .process-partnering .pledger-process li:after {
        display: none;
    }
    .process-partnering .pledger-process li a {
        padding-bottom: 40px;
        margin-bottom: 0;
        padding-left: 40px;
        align-items: flex-start;
    }
    .process-partnering .pledger-process li a:after {
        bottom: 0;
    }
    .process-partnering .pledger-process li a:before {
        border-width: 2px;
        left: 0;
        top: 0;
    }
    .process-partnering .pledger-process li span {
        padding: 0;
        text-align: left;
    }
    .process-partnering .pledger-process li:nth-child(3) a {
        padding-bottom: 20px;
    }
    .process-partnering .pledger-process li:nth-child(1) a:after {
        left: 0;
        width: 2px;
        height: 100%;
    }
    .process-partnering .pledger-process li:nth-child(2) a:after {
        left: 0;
        width: 2px;
        height: 100%;
    }
    .process-partnering .pledger-process li:nth-child(3) a:after {
        left: 0;
        width: 2px;
        height: 100%;
    }
    .content-tabbing {
        padding-top: 60px;
    }
    .content-tabbing .tabs-wrapper .nav {
        width: 100%;
        flex-direction: column;
        flex-wrap: inherit;
    }
    .content-tabbing .tabs-wrapper .nav-link {
        padding: 15px 20px;
        color: #333;
        text-align: center;
        font-size: 14px;
    }
}

/* < 576px */
@media (max-width: 575px) {
    .hero h1,
    .choose-product .title {
        font-size: 36px;
    }
    .payment-setup-steps .payment-steps--grid {
        grid-template-columns: auto;
    }
    .payment-setup-steps .payment-steps--col .image {
        height: auto;
    }
    .pricing-details .strapline, 
    .product-selection .strapline {
        font-size: 16px;
    }
    .feature-card {
        padding: 30px;
        row-gap: 30px;
    }
    .feature-card .feature-card--col .discounted-price {
        font-size: 34px;
    }
    .choose-reader .title, 
    .product-selection .title, 
    .pricing-details .title,
    .pricing-section .title,
    .pledger-fees .title,
    .process-partnering .title {
        font-size: 24px;
    }
    .product-selection {
        padding-bottom: 70px;
    }

    .custom-table tr td,
    .custom-table tr td::before {
        font-size: 14px;
    }
    .order-summary {
        padding: 50px 0;
    }
    .order-summary .cart-product-wrapper .card-body {
        grid-template-columns: auto;
    }
    .order-summary .cart-product-wrapper .card-body .product-price {
        text-align: left;
    }
}