.page-template-page-deflatehae-patient .content-structured-wrapper {
    width: 100%;
    padding: 200px 0 200px;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 300% 150px;
    border-bottom-right-radius: 300% 150px;
    clip-path: unset;
    z-index: 3;
    margin-bottom: -25px !important;
    background: var(--color-light-yellow-gradient);
}

.page-template-page-deflatehae-patient .content-structured-wrapper .content-structured-container {
    background-color: transparent;
    background-image: url('/wp-content/uploads/static/blue-balloon-bg.png');
    background-size: 2000px 2000px;
    background-position: -100px -200px;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.5));
}

.page-template-page-deflatehae-patient .content-structured-wrapper .structured-rows{
    padding: 0 90px;
}

.page-template-page-deflatehae-patient .content-structured-wrapper .quote-container-absolute{
    justify-content: flex-start;
    padding: 30px 60px 120px;
    margin-bottom: -45px;
    z-index: 2;
    width: 100%;
    max-width: 1040px;
}

.page-template-page-deflatehae-patient .content-structured-content{
    z-index: 3;
}

.page-template-page-deflatehae-patient .title-with-bow{
    top: 200px;
    z-index: 4;
    background-color: var(--color-yellow);
}

.page-template-page-deflatehae-patient .title-with-bow .structured-title{
    color: var(--color-nav-gray);
}

.page-template-page-deflatehae-patient .content-structured-wrapper .quote-profile-image{
    top: -130px;
    bottom: unset;
    transform: translateX(100%);
}

@media (max-width: 1024px) {
    .page-template-page-deflatehae-patient .content-structured-wrapper .quote-container-absolute{
        width:calc(100% - 80px)
    }
    .page-template-page-deflatehae-patient .content-structured-wrapper .quote-profile-image{
        left: unset;
        transform: unset;
        right: 5%;
    }
}

@media (max-width: 767px) {
    .page-template-page-deflatehae-patient .content-structured-wrapper{
        padding-top: 320px;
        padding-bottom: 80px;
    }
    .page-template-page-deflatehae-patient .content-structured-wrapper .quote-container-absolute{
        width:calc(100% - 40px);
        padding: 30px 30px 0;
    }
    .page-template-page-deflatehae-patient .content-structured-wrapper .quote-profile-image{
        top: -310px;
        transform: translateX(-60%);
        left: 50%;
        right: unset;
        z-index: 1;
        max-width: 290px;
    }
    .page-template-page-deflatehae-patient .content-structured-wrapper .quote-content{
        padding-bottom: 120px;
    }
    .page-template-page-deflatehae-patient .title-with-bow{
        top: 16%;
    }
    .page-template-page-deflatehae-patient .content-structured-wrapper .column-text{
        text-align: center;
    }
    .page-template-page-deflatehae-patient .content-structured-wrapper .structured-rows{
        padding: 0 30px;
    }
    .page-template-page-deflatehae-patient .content-structured-wrapper .final-content-absolute{
        bottom: auto;
        position: relative;
        margin: -30px auto 0;
        left: unset;
        transform: none;
    }
    .page-template-page-deflatehae-patient .content-structured-wrapper .final-image{
        transform: translateX(-50%);
        bottom: 80px;
    }
}