.page-template-page-deflatehae-patient .trade-off-cards-section {
    padding: 0 0 155px;
    margin-top: -90px;
    background: var(--color-light-yellow-gradient);
}

.page-template-page-deflatehae-patient .trade-off-cards-container {
    overflow: hidden;
    background-image: url('/wp-content/uploads/static/blue-balloon-bg.png');
    background-size: 100% 100%;
    background-position: -130px 130px;
    background-repeat: no-repeat;
    border-bottom-left-radius: 300% 150px;
    border-bottom-right-radius: 300% 150px;
}

.page-template-page-deflatehae-patient .trade-off-card-shadow-wrapper {
    z-index: 2;
}

.page-template-page-deflatehae-patient .card-header {
    padding-top: 50px;
}

.page-template-page-deflatehae-patient .card-content {
    padding: 10px 40px 40px 65px;
}

.page-template-page-deflatehae-patient .card-footer {
    padding-bottom: 20px;
    padding-right: 15%;
    max-width: 1020px;
    min-height: 210px;
    margin: 0 auto -10px;
    z-index: 1;
}

.page-template-page-deflatehae-patient .footer-quote {
    font-size: 2.0rem;
    line-height: 2.6rem;
}

.page-template-page-deflatehae-patient .footer-image {
    z-index: 3;
    right: 10%;
    top: -262px;
    max-width: 285px;
    width: 100%;
    height: auto;
}

.page-template-page-deflatehae-patient .trade-off-card {
    z-index: 2;
}

@media (max-width: 1599px) {
    .page-template-page-deflatehae-patient .footer-quote {
        padding-right: 15%;
    }
}

@media (max-width: 1199px) {
    .page-template-page-deflatehae-patient .footer-quote {
        padding-right: 20%;
    }
}

@media (max-width: 1024px) {
    .page-template-page-deflatehae-patient .trade-off-cards-container {
        padding: 220px 20px 0;
    }
    .page-template-page-deflatehae-patient .footer-image {
        right: 5%;
    }
}

@media (max-width: 767px) {
    .page-template-page-deflatehae-patient .trade-off-cards-container {
        padding: 270px 0 0;
    }

    .page-template-page-deflatehae-patient .card-footer {
        padding: 40px 40px 200px;
        margin-bottom: -30px;
    }

    .page-template-page-deflatehae-patient .footer-image {
        position: absolute;
        top: -157px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 200px;
    }
    .page-template-page-deflatehae-patient .footer-quote {
        padding-right: 0;
    }

    .page-template-page-deflatehae-patient .trade-off-card {
        width: 90%;
        clip-path: none;
        padding: 0 20px;
    }

    .page-template-page-deflatehae-patient .card-content {
        padding: 10px 40px 40px;
    }

    .page-template-page-deflatehae-patient .card-header {
        padding-top: 20px;
        margin-top: 80px;
        border-top: 1px solid var(--color-red);
    }
}