@media screen and (min-width: 992px) {
    .container {
        padding: 0 24px;
    }
    .inner-hero-side-content {
        margin-left: auto;
    }
    .compliance-media {
        max-width: 500px;
        margin-left: auto;
    }
    .flex-lg-row-reverse .compliance-media {
        margin: 0;
    }
}
@media screen and (min-width: 1200px) {
    .main-header {
        padding: 30px 0 29px;
    }
    nav.navmenu > ul {
        gap: 36px;
    }
    nav.navmenu > ul > li {
        padding: 8px 0;
    }
    nav.navmenu > ul > li > a > i {
        transition: all 0.3s;
        font-size: 11px;
    }
    nav.navmenu > ul > li:hover > a > i {
        transform: rotate(180deg);
    }
    li.menu-item-has-sub-menu {
        position: relative;
    }
    nav.navmenu > ul > li.menu-item-has-sub-menu::before {
        content: '';
        position: absolute;
        top: 167%;
        left: 50%;
        height: 16px;
        width: 16px;
        opacity: 0;
        background: var(--white);
        visibility: hidden;
        transition: all 0.3s;
        transform: translate(-50%, -50%) rotate(45deg);
        z-index: 9999999;
    }
    nav.navmenu > ul > li.menu-item-has-sub-menu:hover::before {
        opacity: 1;
        visibility: visible;
        top: 140%;
    }
    nav.navmenu > ul > li.menu-item-has-sub-menu:hover a + .submenu {
        top: calc(90%);
        opacity: 1;
        visibility: visible;
    }
    .mobile-header {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .submenu ul li a:hover, .submenu ul li a:hover p {
        color: #2D7171;
    }
    .main-header:has(.submenu.megamenu) {
        position: relative;
    }
    .main-header .mainmenu .navmenu li.menu-item-has-children:has(.submenu.megamenu) {
        position: initial;
    }
    nav.navmenu > ul > li.menu-item-has-children:has(.megamenu) > a::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 400%;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid var(--white);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        z-index: 10;
    }
    nav.navmenu > ul > li.menu-item-has-children:has(.megamenu):hover > a::before {
        opacity: 1;
        visibility: visible;
        top: 150%;
    }
    nav.navmenu > ul > li.menu-item-has-sub-menu:hover a + .submenu.megamenu {
        top: 69%;
    }
    .submenu.megamenu {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .back-home-menu {
        display: none;
    }
    .submenu.megamenu .submenu-inner {
        padding: 0;
        overflow: hidden;
    }
    .submenu-inner-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 0;
    }
    .submenu.megamenu ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 32px;
        row-gap: 14px;
        padding: 58px 32px 40px 40px;
    }
    .submenu.megamenu ul li {
        flex: 1 1 calc((100% - 64px) / 3);
        max-width: 260px;
    }
    .submenu.megamenu ul li a {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    .submenu.megamenu ul li a > span {
        margin-top: 4px;
        flex: 0 0 23px;
        display: flex;
        align-items: center;
    }
    .submenu.megamenu ul li a > span i {
        width: 100%;
        font-size: 18px;
        color: #C097DA;
    }
    .submenu.megamenu ul li a p {
        font-size: 14px;
    }
    .megamenu-sidebar {
        flex: 0 0 300px;
        background-color: #284D51;
        display: flex;
        justify-content: center;
        padding: 58px 0 70px;
    }
    .submenu.megamenu .submenu-inner {
        padding: 0;
        overflow: hidden;
    }
    .megamenu-sidebar-inner {
        max-width: 200px;
    }
    .megamenu-sidebar-inner img {
        border-radius: 10px;
        margin-bottom: 24px;
    }
    .megamenu-sidebar-inner p {
        font-size: 15px;
        color: var(--white);
        line-height: 21px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .megamenu-sidebar-inner span {
        display: inline-block;
        color: var(--white);
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 9px;
    }
    .megamenu-sidebar-inner a {
        font-size: 14px;
        line-height: 21px;
        color: #C097DA;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .megamenu-sidebar-inner a i {
        font-size: 10px;
        margin-top: 2px;
    }
    .system-content-row {
        --bs-gutter-x: 64px;
    }
    .benefits-accordion-area {
        max-width: 700px;
        margin-left: auto;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1448px;
        padding: 0 24px;
    }
    .div-1100 {
        max-width: 1154px;
    }
    .div-1000 {
        max-width: 1084px;
    }
    .div-1300 {
        max-width: 1344px;
    }
    section.how-it-works-app-section.contribution-section .how-it-works-app-content {
        margin-top: 180px;
    }
    section.how-it-works-app-section.contribution-section .col-lg-4:last-child .how-it-works-app-content {
        margin-left: auto;
    }
    .comparison-table .feature-col > div, .comparison-table tbody tr td:first-child  {
        padding-left: 30px;
    }
}
@media screen and (max-width: 1399px) { 
    .submenu.megamenu {
        max-width: 1092px;
    }
    .comparison-table .feature-col {
        width: 200px;
    }
    .comparison-table tbody tr td:not(:first-child) {
        padding: 6px 48px 6px 48px;
    }
    .footer-tagline-bar p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) {
    .submenu.megamenu {
        max-width: 100%;
    }
    .megamenu-sidebar {
        display: none;
    }
    .mobile-header {
        display: flex;
        gap: 16px;
        padding: 20px 0 19px;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-header .button-group {
        gap: 57px;
    }
    .mobile-header .button-group .login {
        color: var(--text-color);
        font-family: var(--body-font);
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .mobile-header .button-group .login i {
        font-size: 18px;
    }
    .login:hover {
        color: var(--primary);
    }
    button.humbergur {
        background: no-repeat;
        padding: 0;
        width: 40px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        border: none;
        align-items: end;
    }
    button.humbergur span {
        border-radius: 10px;
        background: var(--primary);
        display: inline-block;
        width: 100%;
        height: 3px;
        position: relative;
        top: 0;
        overflow: hidden;
        transition: all 0.3s;
    }
    button.humbergur span:first-child{width: 35px;}
    button.humbergur span:last-child{width: 30px;}

    body.open-mobile-menu button.humbergur span:first-child {
        width: 40px;
        transform: rotate(45deg);
        top: 11px;
    }
    body.open-mobile-menu button.humbergur span:nth-child(2) {
        width: 0;
    }
    body.open-mobile-menu button.humbergur span:last-child {
        width: 40px;
        transform: rotate(-45deg);
        top: -11px;
    }
    div.mainmenu {
        margin: 0;
        position: absolute;
        left: 0;
        top: calc(100% + 1px);
        width: 100%;
        z-index: 999;
        background: var(--white);
    }
    .open-mobile-menu div.mainmenu {
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    }
    nav.navmenu {
        padding: 34px 24px 38px;
        max-width: 960px;
        margin: 0 auto;
    }
    nav.navmenu > ul {
        flex-direction: column;
        align-items: stretch;
    }
    nav.navmenu ul li {
        width: 100%;
    }
    nav.navmenu > ul > li > a {
        font-family: var(--heading-font);
        font-weight: 600;
        font-size: 16px;
        line-height: 48px;
        width: 100%;
    }
    nav.navmenu > ul > li a > i {
        transform: rotate(-90deg);
        font-size: 10px;
    }
    .submenu {
        top: 0;
        left: 0%;
        width: 100%;
        padding-top: 0;
        transform: translate(0, 0);
        overflow: hidden;
        z-index: 9999;
    }
    .submenu.active-megamenu {
        opacity: 1;
        visibility: visible;
        padding-bottom: 70px;
    }
    .submenu-inner-wrapper {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 24px;
    }
    .submenu-inner {
        position: relative;
        left: 100%;
        border-radius: 0;
        box-shadow: 0 0 50px 0 rgba(0,0,0, 0.2);
        padding: 32px 0 60px;
        min-height: 100%;
        transition: all 0.5s;
    }
    .submenu.active-megamenu .submenu-inner {
        left: 0%;
    }
    .back-home-menu {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        border: none;
        padding: 0;
        background: none;
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 4px;
    }
    .submenu ul {
        gap: 0;
    }
    .submenu ul li a {
        width: 100%;
        text-align: right;
        line-height: 42px;
        font-weight: 500;
    }
    .submenu ul li a span {
        display: none;
    }

    .back-home-menu i {
        font-size: 10px;
    }
    .feature-item {
        max-width: 400px;
    }
    .system-section {
        padding: 64px 0 72px;
    }
    .system-image {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .hero-content h1 {
        margin-bottom: 21px;
        font-size: 52px;
        line-height: 1.12;
    }
    .home-page .feature-item {
        margin-bottom: 65px;
    }
    .comparison-table tbody tr td:not(:first-child) {
        width: 400px;
    }
    .footer-tagline {
        gap: 8px;
    }
    .footer-cols {
        display: none;
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    a.play-icon {
        height: 54px;
        width: 54px;
    }
    a.play-icon img {
        max-width: 21px;
    }
    .play-icon-area p {
        padding: 3px 20px;
    }
}
@media screen and (max-width: 991px) {
    .container {
        padding: 0 16px;
    }
    .padding-20 {
        padding: 0 20px;
    }
    .logo img {
        width: 50px;
        height: auto;
    }
    h1 {
        font-size: 42px;
        line-height: 46px;
    }
    h2 {
        font-size: 36px;
        line-height: 44px;
    }
    h3 {
        font-size: 26px;
    }
    .header-top-inner {
        min-height: 60px;
    }
    .header-top {
        background-color: #ADD0CA;
    }
    nav.navmenu, .submenu-inner-wrapper {
        max-width: 720px;
    }
    .inner-hero-content {
        max-width: 600px;
    }
    .inner-hero-content-area {
        padding: 73px 0 63px;
    }
    .benefits-heading {
        text-align: center;
    }
    .hero-content h1 {
        font-size: 42px;
    }
    .learn-more-modal .modal-dialog {
        max-width: 700px;
    }
    .learn-more-modal-content-area {
        flex-direction: column;
    }
    .learn-more-modal-image {
        border-radius: 50px 50px 0 0;
        overflow: hidden;
        max-width: 100%;
    }
    .learn-more-modal-image img {
        aspect-ratio: initial;
        object-fit: cover;
        object-position: center;
        min-height: 264px;
        max-width: 100%;
        width: 100%;
    }
    section.features-bar-section.home-page {
        padding: 72px 0 100px;
    }
    .home-page .feature-item {
        margin: 0 auto 66px;
    }
    .health-to-wealth-section {
        padding: 100px 0 83px;
    }
    section.trust-quote-section h2 {
        margin: 0 auto 36px;
    }
    .trust-quote-image {
        margin: 0 auto;
    }
    .trust-quote-content {
        margin-left: 0;
        max-width: 100%;
    }
    .quote-text {
        font-size: 24px;
        line-height: 36px;
    }
    .quote-badges {
        gap: 24px;
    }
    .how-it-works-app-content {
        max-width: 600px;
    }
    .comparison-wrap {
        padding: 60px 30px 42px;
    }
    .comparison-table tr th:not(:first-child) {
        padding: 38px 24px 48px;
    }
    .comparison-table tbody tr td:not(:first-child) {
        width: 330px;
    }
    .comparison-table tbody tr td:not(:first-child) {
        padding: 6px 24px;
    }
    .footer-tagline {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
    .footer-tagline span {
        display: none;
    }
    .footer-tagline-bar p {
        line-height: 36px;
        position: relative;
        padding-left: 35px;
        text-align: left;
    }
    .footer-tagline-bar p::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 25px;
        width: 25px;
        background-color: var(--primary);
        border-radius: 50%;
    }
    .footer-tagline-bar p::after {
        content: '';
        position: absolute;
        left: 6px;
        top: 45%;
        transform: translateY(-50%) rotate(-45deg);
        height: 7px;
        width: 13px;
        border-left: 1px solid var(--white);
        border-bottom: 1px solid var(--white);
    }
    .footer-addresses {
        padding-left: 25px;
    }
    .footer-address div {
        flex-direction: column;
        align-items: flex-start;
    }
    .app-love-section {
        padding: 80px 0 70px;
    }
    .app-love-row {
        text-align: center;
    }
    .app-feature-list {
        max-width: 460px;
        margin: 0 auto;
    }
    .app-feature-item {
        justify-content: center;
    }
    .app-feature-desc {
        max-width: 560px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .header-top-text {
        font-size: 12px;
    }
    nav.navmenu, .submenu-inner-wrapper {
        max-width: 540px;
    }
    .mobile-header .button-group {
        gap: 32px;
    }
    .inner-hero-content-area {
        padding: 48px 0 54px;
    }
    .inner-hero-content-area h6 {
        margin-bottom: 16px;
    }
    section.features-bar-section {
        padding: 48px 0 80px;
    }
    .feature-item {
        padding-bottom: 22px;
    }
    .video-section {
        padding: 70px 0 110px;
    }
    .benefit-item button {
        gap: 20px;
    }
    section.hero-section {
        padding: 40px 0 60px;
    }
    .hero-content h6 {
        margin-bottom: 20px;
    }
    .hero-content p.large {
        font-size: 16px;
        line-height: 26px;
    }
    .hero-right-image {
        margin-bottom: 35px;
    }
    .hero-content .button-group {
        justify-content: center;
        margin-bottom: 48px;
    }
    .hero-bottom-content {
        gap: 20px;
        justify-content: center;
    }
    .play-icon {
        height: 54px;
        width: 54px;
    }
    .play-icon img {
        max-width: 21px;
    }
    .learn-more-modal .modal-dialog {
        max-width: 508px;
    }
    .learn-more-modal-content {
        padding: 27px 27px 44px 37px;
    }
    button.modal-close-btn {
        margin-right: 13px;
    }
    .learn-more-modal-content ul {
        gap: 12px;
    }
    .features-bar-intro {
        gap: 18px;
    }
    .health-to-wealth-section {
        padding: 80px 0;
    }
    .health-to-wealth-intro h2 {
        margin-bottom: 24px;
    }
    .health-to-wealth-intro p.large {
        margin-bottom: 48px;
    }
    .how-it-works-intro {
        margin: 0 auto 48px;
    }
    .compliance-section {
        padding: 60px 0;
    }
    .compliance-content h2 {
        margin-bottom: 10px;
    }
    .compliance-content p {
        margin-bottom: 24px;
    }
    .compliance-content {
        margin-top: 37px;
    }
    .trust-quote-section {
        padding: 54px 0 80px;
    }
    .faq-intro {
        padding: 48px 0 34px;
    }
    .how-it-works-app-section {
        padding: 60px 0;
    }
    .how-it-works-app-content h3 {
        margin-bottom: 28px;
    }
    .app-step-item {
        margin-bottom: 38px;
    }
    .comparison-wrap {
        padding: 60px 16px 42px;
    }
    .footer-main {
        padding: 70px 0;
    }
    .footer-tagline {
        margin: 0;
    }
    .retirement-stats-section {
        padding: 96px 0 46px;
    }
    .retirement-stats-intro {
        margin-bottom: 36px;
    }
    .stat-card {
        padding: 41px 38px 36px 26px;
    }
    .cta-align-section {
        padding: 57px 0 54px;
    }
    .gutter-x-36 {
        --bs-gutter-x: 0;
    }
    .benefits-grid-section {
        padding: 87px 0 73px;
    }
    .gutter-y-43 {
        --bs-gutter-y: 60px;
    }
    .benefits-grid-intro h6 {
        margin-bottom: 12px;
    }
    .benefits-grid-intro h2 {
        margin-bottom: 16px;
    }
    .benefits-grid-intro {
        margin: 0 auto 72px;
    }
    .benefit-number {
        margin-bottom: 25px;
    }
    .centered-hero-section {
        padding: 48px 0;
    }
    .centered-hero-content .button-group {
        gap: 8px;
        flex-wrap: nowrap;
    }
    .centered-hero-content p.large {
        margin: 0 auto 30px;
    }
    .testimonials-section {
        padding: 71px 0 66px;
    }
    .testimonials-intro {
        margin: 0 auto 60px;
    }
    .testimonials-nav {
        margin-top: 38px;
    }
    .app-love-intro {
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 575px) {
    nav.navmenu {
        padding: 34px 32px 38px;
        max-width: 100%;
    }
    .submenu-inner-wrapper {
        max-width: 100%;
    }
    .learn-more-modal .modal-dialog {
        max-width: 100%;
        margin: 0 12px;
    }
    .comparison-wrap {
        margin: 0 -16px;
        border-radius: 0;
    }
    .comparison-table .feature-col {
        width: 150px;
    }
    .footer-cta-actions {
        flex-direction: column;
        width: 100%;
    }
    .footer-cta-actions a {
        max-width: 100%;
        width: 100%;
    }
}


/* Primary Care Sections Responsive Styles */
@media screen and (max-width: 1199px) {
    .primary-care-benefits-section {
        padding: 90px 0 105px;
    }
    .primary-care-benefits-grid {
        --bs-gutter-x: 42px;
    }
    .member-quote blockquote {
        font-size: 32px;
    }
    .primary-care-how-section {
        padding: 100px 0 90px;
    }
    .primary-care-how-row {
        --bs-gutter-x: 56px;
    }
}

@media screen and (max-width: 991px) {
    .primary-care-benefits-section {
        padding: 72px 0 85px;
    }
    .primary-care-intro-row {
        --bs-gutter-x: 32px;
        --bs-gutter-y: 44px;
        margin-bottom: 52px;
    }
    .primary-care-intro {
        max-width: 680px;
    }
    .primary-care-image {
        max-width: 680px;
        margin: 0;
    }
    .primary-care-benefits-grid {
        --bs-gutter-x: 36px;
        --bs-gutter-y: 42px;
    }
    .member-quote-section {
        padding: 70px 0;
    }
    .member-quote {
        gap: 34px;
    }
    .member-quote-mark {
        width: 82px;
        height: 82px;
        flex-basis: 82px;
    }
    .member-quote blockquote {
        font-size: 28px;
    }
    .primary-care-how-section {
        padding: 82px 0 78px;
    }
    .primary-care-how-row {
        --bs-gutter-y: 58px;
    }
    .primary-care-how-media img {
        max-width: 540px;
    }
    .primary-care-how-content {
        max-width: 680px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .primary-care-benefits-grid,
    .primary-care-how-row {
        --bs-gutter-x: 24px;
    }
    .primary-care-benefits-section {
        padding: 58px 0 68px;
    }
    .primary-care-intro h6 {
        margin-bottom: 12px;
    }
    .primary-care-intro h2 {
        margin-bottom: 18px;
    }
    .primary-care-intro p {
        font-size: 16px;
    }
    .primary-care-intro-row {
        margin-bottom: 45px;
    }
    .primary-care-benefits-grid {
        --bs-gutter-y: 34px;
    }
    .member-quote-section {
        padding: 58px 0 62px;
    }
    .member-quote {
        flex-direction: column;
        gap: 24px;
    }
    .member-quote-mark {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
    }
    .member-quote blockquote {
        font-size: 25px;
        line-height: 1.35;
        margin-bottom: 24px;
    }
    .member-quote figcaption {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 4px 12px;
    }
    .primary-care-how-section {
        padding: 68px 0 64px;
    }
    .primary-care-how-content h2 {
        margin-bottom: 14px;
    }
    .primary-care-how-lead {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .primary-care-steps li {
        margin-bottom: 27px;
    }
    .primary-care-steps h3 {
        font-size: 19px;
    }
    .primary-care-how-content .primary-solid {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .primary-care-image {
        border-radius: 18px;
    }
    .primary-care-benefit {
        gap: 13px;
    }
    .primary-care-benefit h3 {
        font-size: 17px;
    }
    .member-quote blockquote {
        font-size: 23px;
    }
}


/* Health System Flow and Comparison Sections Responsive Styles */
@media screen and (max-width: 1199px) {
    .health-system-flow-section {
        padding: 88px 0 82px;
    }
    .health-system-flow-panel {
        padding: 68px 72px 72px;
    }
    .health-system-flow-row {
        --bs-gutter-x: 48px;
    }
    .full-system-comparison-wrap {
        padding: 72px 62px 78px;
    }
}

@media screen and (max-width: 991px) {
    .health-system-flow-intro {
        margin-bottom: 54px;
    }
    .health-system-flow-panel {
        padding: 62px 42px 66px;
    }
    .health-system-step {
        max-width: 360px;
    }
    .full-system-comparison-section {
        padding: 78px 0 92px;
    }
    .full-system-comparison-wrap {
        padding: 64px 32px 68px;
    }
    .full-system-comparison-intro {
        margin-bottom: 48px;
    }
    .full-system-comparison-table .feature-col {
        width: 29%;
        flex-basis: 29%;
    }
    .full-system-comparison-table .wellthcare-col {
        width: 27%;
        flex-basis: 27%;
    }
    .full-system-comparison-table .typical-col {
        width: 22%;
        flex-basis: 22%;
    }
}

@media screen and (max-width: 767px) {
    .health-system-flow-section {
        padding: 68px 0 65px;
    }
    .health-system-flow-intro {
        margin-bottom: 42px;
    }
    .health-system-flow-intro h2 {
        margin-bottom: 20px;
    }
    .health-system-flow-intro h2 sup {
        font-size: 11px;
    }
    .health-system-flow-intro p {
        font-size: 16px;
    }
    .health-system-flow-panel {
        padding: 54px 30px 58px;
        border-radius: 20px;
    }
    .health-system-step-image-placeholder {
        margin-bottom: 18px;
    }
    .health-system-step h3 {
        margin-bottom: 12px;
    }
    .full-system-comparison-section {
        padding: 64px 0 72px;
    }
    .full-system-comparison-wrap {
        margin: 0 -16px;
        padding: 54px 0 58px 16px;
        border-radius: 0;
    }
    .full-system-comparison-intro {
        margin: 0 0 42px;
        padding-right: 16px;
    }
    .full-system-comparison-intro h6 {
        font-size: 17px;
    }
    .full-system-comparison-intro p {
        font-size: 16px;
    }
    .full-system-comparison-scroller {
        padding-bottom: 12px;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
    }
    .full-system-comparison-table {
        width: max-content;
        min-width: 0;
    }
    .full-system-comparison-table .feature-col {
        width: 46vw;
        flex: 0 0 46vw;
    }
    .full-system-comparison-table .wellthcare-col,
    .full-system-comparison-table .typical-col {
        width: 50vw;
        flex: 0 0 50vw;
        scroll-snap-align: start;
    }
    .full-system-comparison-table thead .feature-col {
        z-index: 5;
    }
    .full-system-comparison-table tbody .feature-col {
        z-index: 3;
    }
    .full-system-comparison-table .feature-col {
        box-shadow: 7px 0 10px -10px rgba(39, 76, 79, 0.65);
    }
    .full-system-comparison-table tr th:not(:first-child) {
        min-height: 116px;
        padding: 24px 10px;
    }
    .full-system-comparison-table .feature-col > div {
        padding: 0 12px 25px 0;
    }
    .full-system-comparison-table tbody tr td:first-child {
        min-height: 58px;
        padding: 10px 14px 10px 0;
        font-size: 12px;
        line-height: 1.35;
    }
    .full-system-comparison-table tbody tr td:not(:first-child) {
        min-height: 58px;
        padding: 12px 10px;
    }
    .full-system-comparison-table th h5 {
        font-size: 16px;
    }
    .full-system-comparison-table .full-system-comparison-logo {
        width: 135px;
    }
}

@media screen and (max-width: 575px) {
    .health-system-flow-panel {
        margin: 0 -4px;
        padding: 48px 24px 52px;
    }
    .health-system-flow-row {
        --bs-gutter-y: 46px;
    }
    .health-system-step {
        max-width: 320px;
    }
    .full-system-comparison-table .feature-col {
        width: 48vw;
        flex-basis: 48vw;
    }
    .full-system-comparison-table .wellthcare-col,
    .full-system-comparison-table .typical-col {
        width: 52vw;
        flex-basis: 52vw;
    }
}
