@media (prefers-reduced-motion: reduce) {
    [data-animate] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .intro h1,
    .intro h1 span {
        animation: none;
    }

    [data-parallax] {
        transform: none;
        will-change: auto;
    }

    .services_card_img img {
        transition: none;
    }
}

@media only screen and (max-width: 1440px) {
    :root {
        --section-gap: 120px;
        --inner-gap: 60px;
    }

    .top_nav {
        gap: 30px;
    }

    .top_nav a {
        white-space: nowrap;
        font-size: 16px;
    }

    .header_top {
        gap: 30px;
    }

    .top_tel {
        white-space: nowrap;
    }

    .btn.light {
        white-space: nowrap;
    }

    .intro h1 span {
        font-size: 120px;
    }

    .promo_subtext {
        font-size: 50px;
    }

    .promo_text h2 {
        font-size: 80px;
    }

    .section_title {
        font-size: 80px;
    }

    .patients_promo_text h2 {
        font-size: 60px;
    }

    .patients_promo_text {
        padding: 60px;
    }

    .benefits_card h3 {
        font-size: 54px;
    }

    .benefits_card h3 span {
        font-size: 40px;
    }

    .benefits_card {
        padding: 40px;
    }

    .contact_form_left h2 {
        font-size: 60px;
    }

    .contact_form_left {
        padding: 60px 70px;
    }

    .footer_top {
        gap: 100px;
    }

    footer {
        padding: 100px 0;
    }

    .patients_promo_text p br {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    :root {
        --section-gap: 100px;
        --inner-gap: 50px;
    }

    .container {
        padding: 0 30px;
    }

    .top_nav {
        gap: 16px;
    }

    .header_top {
        gap: 20px;
    }

    .top_nav a {
        font-size: 16px;
    }

    .top_tel {
        font-size: 16px;
    }

    header {
        padding: 28px 0;
    }

    .header_flex .btn {
        padding: 16px 22px;
        font-size: 16px;
    }

    .logo img {
        width: 160px;
    }

    .intro h1 {
        font-size: 35px;
        margin-bottom: 60px;
    }

    .intro h1 span {
        font-size: 100px;
        margin-bottom: 10px;
    }

    .after_h1 {
        font-size: 36px;
    }

    header+.section,
    header+main>.section:first-child {
        padding-top: 180px;
        padding-bottom: 30px;
    }

    .intro_media {
        padding: 100px 0;
    }

    .promo_subtext {
        font-size: 40px;
    }

    .promo_desc p {
        font-size: 24px;
    }

    .patients_promo_text h2 {
        font-size: 50px;
    }

    .patients_promo_text p {
        font-size: 22px;
    }

    .promo_text h2 {
        font-size: 60px;
    }

    .promo_text {
        padding: 100px 0;
    }

    .services_card {
        padding: 40px 50px;
        min-height: 440px;
    }

    .section_title {
        font-size: 66px;
    }

    .benefits_row {
        min-height: 380px;
    }

    .benefits_card h3 {
        font-size: 44px;
    }

    .benefits_card h3 span {
        font-size: 34px;
    }

    .reviews_img {
        width: 280px;
        height: 340px;
    }

    .faq_right {
        width: 55%;
        flex-shrink: 1;
    }

    .contact_form_left h2 {
        font-size: 50px;
    }

    .contact_form_left {
        padding: 50px;
    }

    .footer_top {
        gap: 60px;
    }

    .footer_col {
        min-width: 180px;
    }

    .footer_logo img {
        max-width: 350px;
    }

    .why_choose h2 {
        font-size: 90px;
    }

    .contact_section_img p {
        font-size: 290px;
        bottom: 0px;
    }

    .contact_info_item span {
        font-size: 25px;
    }

    .promo_desc {
        max-width: 100%;
    }

    .price_block h2 {
        font-size: 46px;
    }

    .price_block {
        margin-bottom: 120px;
    }

    .price_row {
        padding: 22px 0;
        font-size: 22px;
    }

    .price_row span:nth-child(2) {
        font-size: 18px;
        margin-top: 5px;
    }

    .service_detail_heading h1 {
        font-size: 34px;
    }

    .service_about_flex h2 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --section-gap: 80px;
        --inner-gap: 40px;
    }

    body.menu-open {
        overflow: hidden;
    }

    .burger {
        display: flex;
    }

    .header_icons {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-left: auto;
        margin-right: 16px;
    }

    .header_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }

    .header_icon img {
        width: 24px;
        height: 24px;
        filter: brightness(0) invert(1);
    }

    .header_top {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: var(--color-bg);
        z-index: 1000;
        display: flex;
        flex-direction: column;
        gap: 40px;
        transform: translateX(100%);
        transition: transform 0.4s ease;
        overflow: auto;
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .header_top.open {
        transform: translateX(0);
    }

    .top_nav {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .top_nav a {
        font-size: 28px;
        color: #fff !important;
    }

    .top_nav .menu-item-has-children {
        flex-wrap: wrap;
        justify-content: center;
    }

    .submenu_toggle {
        width: 44px;
        height: 44px;
        color: #fff !important;
        margin-right: -44px;
    }

    .submenu_toggle::before {
        width: 12px;
        height: 12px;
        border-width: 2px;
    }

    .top_nav .sub-menu {
        position: static;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 16px 0 0;
        background: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
        align-items: center;
        gap: 20px;
        display: none;
    }

    .top_nav .sub-menu::before {
        display: none;
    }

    .top_nav li.open > .sub-menu {
        display: flex;
    }

    .top_nav .sub-menu a {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.8) !important;
    }

    header {
        padding: 20px 0;
    }

    .logo img {
        width: 130px;
    }

    header+.section,
    header+main>.section:first-child {
        padding-top: 140px;
    }

    .intro h1 {
        font-size: 36px;
    }

    .intro h1 span {
        font-size: 72px;
    }

    .after_h1 {
        font-size: 28px;
    }

    .intro_media {
        padding: 100px 0;
    }

    .promo_subtext {
        font-size: 32px;
    }

    .promo_desc p {
        font-size: 22px;
    }

    .promo_desc {
        margin-top: 50px;
    }

    .patients_promo_text {
        padding: 50px 30px;
    }

    .patients_promo_text h2 {
        font-size: 44px;
    }

    .patients_promo_img {
        min-height: 50vh;
    }

    .promo_text h2 {
        font-size: 48px;
    }

    .promo_text {
        padding: 80px 0;
    }

    .section_title {
        font-size: 54px;
    }

    .services_card {
        padding: 20px;
        min-height: 400px;
    }

    .benefits_row {
        min-height: auto;
    }

    .benefits_img {
        flex: 1 1 45% !important;
    }

    .benefits_card {
        flex: 1 1 100% !important;
    }

    .benefits_card h3 {
        font-size: 40px;
    }

    .reviews_flex {
        flex-direction: column;
    }

    .reviews_left {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .reviews_img {
        width: 200px;
        height: 240px;
    }

    .reviews_right {
        max-width: 100%;
    }

    .faq_flex {
        flex-direction: column;
    }

    .faq_right {
        width: 100%;
    }

    .contact_form {
        flex-direction: column;
    }

    .contact_form_left {
        padding: 50px 30px;
    }

    .contact_form_left h2 {
        font-size: 44px;
    }

    .contact_form_right {
        min-height: 400px;
    }

    .footer_top {
        flex-direction: column;
    }

    .footer_columns {
        flex-wrap: wrap;
    }

    .footer_col {
        min-width: inherit;
    }

    footer {
        padding: 80px 0 40px;
    }

    .why_choose h2 {
        font-size: 58px;
        padding: 70px 0;
    }

    .why_choose_flex {
        gap: 40px;
    }

    .why_choose_flex_column:nth-child(1) {
        padding-top: 400px;
    }

    .why_choose_card h3 {
        font-size: 36px;
    }

    .why_choose_card p {
        font-size: 22px;
    }

    .why_choose_card {
        margin-bottom: 170px;
    }

    .banner_quote {
        font-size: 36px;
        bottom: 50px;
        left: 50px;
        width: calc(100% - 100px);
    }

    .contact_section_img p {
        font-size: 190px;
        bottom: 0;
        position: relative;
        margin: 0;
        left: 0;
        margin-top: 100px;
    }

    .inner_page+.contact_section .contact_section_flex {
        gap: 50px;
    }

    .contact_info {
        margin-left: -180px;
    }

    .services_about_text {
        font-size: 16px;
    }

    .services_card_title span {
        font-size: 17px;
    }

    .grant_flex {
        flex-direction: column;
        gap: 40px;
    }

    .light_section h1 span {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .light_section h1 {
        font-size: 25px;
        margin-bottom: 90px;
    }

    .reviews_all {
        gap: 50px;
    }

    .reviews_all .review_card {
        width: calc(50% - 27px);
        gap: 30px;
    }

    .top_tel {
        color: #fff !important;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --section-gap: 60px;
        --inner-gap: 30px;
    }

    .container {
        padding: 0 20px;
    }

    body {
        font-size: 18px;
    }

    .btn {
        padding: 16px 22px;
        font-size: 18px;
    }

    .intro h1 span {
        font-size: 53px;
        margin-bottom: 10px;
    }

    .intro h1 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    header+.section,
    header+main>.section:first-child {
        padding-top: 130px;
    }

    .promo {
        margin-top: 70px;
    }

    .promo_subtext {
        font-size: 27px;
        margin-top: 21px;
    }

    .patients_promo_flex {
        flex-direction: column;
    }

    .patients_promo_text {
        padding: 30px;
        padding-bottom: 0;
    }

    .patients_promo_text h2 br {
        display: none;
    }

    .patients_promo_text h2 {
        font-size: 34px;
    }

    .patients_promo_text p {
        font-size: 19px;
    }

    .patients_img {
        margin-top: 40px;
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
    }

    .patients_promo_img {
        display: none;
    }

    .promo_text h2 {
        font-size: 35px;
    }

    .services_grid {
        display: flex;
        flex-direction: column;
    }

    .services_card {
        gap: 40px;
        padding: 24px;
    }

    .services_card_title {
        font-size: 33px;
    }

    .services_card_bottom {
        gap: 30px;
    }

    .services_card_img {
        width: 56%;
        height: 250px;
        overflow: hidden;
        max-width: 190px;
    }

    .why_line_track img {
        width: 560px;
    }

    .why_line {
        padding-bottom: 40px;
        padding-top: 37px;
    }

    .why_line_track {
        animation-duration: 30s !important;
    }

    .benefits_card {
        padding: 24px 33px;
    }

    .benefits_card h3 {
        font-size: 29px;
    }

    .benefits_card h3 span {
        font-size: 22px;
    }

    .benefits_card p {
        font-size: 19px;
    }

    .reviews_left {
        flex-direction: column;
        align-items: flex-end;
    }

    .reviews_left h2 {
        width: 100%;
        font-size: 43px;
        margin-bottom: 0 !important;
    }

    .reviews_left h2 br {
        display: none;
    }

    .reviews_img {
        margin: 0;
        width: 340px;
        height: 350px;
    }

    .review_card {
        gap: 35px;
    }

    .review_content p {
        font-size: 17px;
        margin-bottom: 23px;
    }

    .section_title {
        font-size: 42px;
    }

    .faq_right {
        margin-top: 30px;
        gap: 10px;
    }

    .faq_item summary {
        font-size: 19px;
    }

    .faq--full .faq_item summary {
        font-size: 22px;
    }

    .faq_answer p {
        font-size: 15px;
    }

    .faq_item {
        padding-bottom: 10px;
    }

    .contact_form .subtitle {
        font-size: 21px;
    }

    .contact_form_left {
        padding: 40px 30px;
        gap: 50px;
    }

    .contact_form_row {
        flex-direction: column;
        gap: 14px;
    }

    .contact_form_row input,
    .contact_form_row select {
        flex: none;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        height: 50px;
        font-size: 16px;
    }

    .contact_form select {
        height: 50px;
        font-size: 16px;
    }

    .contact_form_fields {
        gap: 14px;
    }

    .file_upload_btn {
        height: 50px;
        font-size: 16px;
    }

    .file_upload_btn img {
        width: 19px;
    }

    .footer_logo img {
        max-width: 170px;
    }

    footer {
        padding: 50px 10px;
    }

    .footer_col {
        width: calc(50% - 12px);
    }

    .footer_columns {
        gap: 20px;
        flex-wrap: nowrap;
    }

    .footer_bottom {
        flex-direction: column;
        gap: 12px;
    }

    [data-animate] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .intro h1,
    .intro h1 span {
        animation: none;
    }

    [data-parallax] {
        transform: none !important;
        will-change: auto;
    }

    .services_card_img img {
        transition: none;
    }

    .intro_media {
        padding-bottom: 40px;
        aspect-ratio: 16/9;
        width: 100%;
        min-height: 1px;
        margin-bottom: -30px;
    }

    .intro_media:has(video) {
        aspect-ratio: inherit;
    }

    .benefits_row:nth-child(2) {
        border-top: 1px solid #1b302d;
        border-bottom: 1px solid #1b302d;
    }

    .reviews_list {
        gap: 0;
    }

    .reviews_right {
        gap: 30px;
    }

    .why_choose h2 {
        font-size: 45px;
    }

    .why_choose_flex {
        flex-direction: column;
        margin: 0;
        padding-top: 50px;
    }

    .why_choose_card {
        margin-bottom: 70px;
    }

    .why_choose_flex_column:nth-child(1) {
        padding: 0;
    }

    .why_choose {
        padding-bottom: 79px;
    }

    .banner_quote {
        left: 24px;
        bottom: 30px;
        width: calc(100% - 48px);
        font-size: 26px;
    }

    .banner_img_media {
        height: 70dvh;
    }

    .contact_section_flex {
        flex-direction: column;
        padding-top: 30px;
    }

    .inner_page+.contact_section .contact_section_flex {
        margin: 0;
    }

    .contact_section_img {
        width: 100%;
    }

    .contact_section_img>img {
        display: none;
    }

    .contact_section_img p {
        white-space: normal;
        font-size: 50px;
        margin: 0;
    }

    .contact_section_text {
        padding-top: 0;
    }

    .contact_info {
        margin: 0;
        margin-top: 70px;
    }

    .contact_section {
        padding-bottom: 70px;
    }

    .contact_map_flex {
        flex-direction: column;
        gap: 50px;
    }

    .contact_map_flex h2 {
        font-size: 51px;
        margin-bottom: 30px;
    }

    .contact_map_flex h2 br {
        display: none;
    }

    .contact_map_info {
        gap: 40px;
    }

    .contact_map_info_item {
        padding: 20px 50px;
        padding-right: 0;
    }

    .reviews_all {
        flex-direction: column;
    }

    .reviews_all .review_card {
        width: 100%;
        gap: 16px;
    }

    .references_main_section {
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .service_detail_heading h1 {
        padding: 0;
        font-size: 21px;
        text-align: left;
    }

    .service_detail_heading h1 span {
        font-size: 37px;
        margin-bottom: 14px;
    }

    .service_detail_heading {
        background-size: 600px;
        background-position: 50% 120px;
    }

    .service_about_flex {
        flex-direction: column;
        gap: 40px;
    }

    .service_about_content_section .price_block {
        margin: 100px 0;
    }

    .service_about_flex {
        gap: 0;
    }

    .service_about_img {
        margin-bottom: 59px;
        max-width: 330px;
        height: 420px;
    }
}

@media only screen and (max-width: 480px) {

    .header_icon {
        width: 34px;
        height: 34px;
    }

    .header_icon img {
        width: 20px;
        height: 20px;
    }

    .logo img {
        width: 80px !important;
    }

    .header_icons {
        gap: 10px;
        margin-right: 18px;
    }

    .header_flex {
        gap: 10px;
    }

    .burger.burger {
        width: 24px;
    }

    header+.section,
    header+main>.section:first-child {
        padding-top: 109px;
    }

    .intro h1 span {
        font-size: 35px;
    }

    .intro h1 {
        font-size: 21px;
        margin-bottom: 34px;
    }

    .after_h1 {
        font-size: 22px;
    }

    .intro_buttons {
        flex-direction: column;
    }

    .intro_buttons .btn {
        width: 100%;
    }

    .btn {
        justify-content: center;
        text-align: center;
        align-items: center;
        font-size: 14px;
    }

    .promo_desc p {
        font-size: 18px;
        line-height: 1.5;
    }

    .promo_subtext {
        font-size: 23px;
        margin-bottom: 0;
    }

    .promo_desc {
        margin-top: 40px;
    }

    .promo_text h2 {
        font-size: 27px;
        margin-bottom: 30px;
    }

    .promo_text {
        padding: 40px 0;
        background-size: 500px;
    }

    .services_card_bottom {
        flex-direction: column;
        align-items: inherit;
        gap: 0;
    }

    .services_card {
        gap: 26px;
        height: auto;
        min-height: 1px;
    }

    .services_card_bottom .btn {
        align-self: flex-start;
        font-size: 12px;
    }

    .services_card_img {
        align-self: flex-end;
        margin-right: -24px;
        margin-bottom: -24px;
        margin-top: -43px;
    }

    .benefits_row .benefits_img:nth-child(2) {
        display: none;
    }

    .benefits_row:nth-child(2) .benefits_img:nth-child(1) {
        display: none;
    }

    .reviews_left h2 {
        font-size: 32px;
    }

    .section_title {
        font-size: 31px;
    }

    .section--surface {
        padding-top: 50px;
    }

    .contact_form select {
        padding-right: 50px;
    }

    .contact_quick {
        padding: 20px;
    }

    .contact_quick_item {
        font-size: 16px;
    }

    .contact_quick_title {
        font-size: 17px;
    }

    .footer_columns {
        flex-direction: column;
        gap: 40px;
    }

    .footer_col {
        width: 100%;
        gap: 40px;
    }

    .footer_group {
        gap: 16px;
    }

    header {
        padding: 16px 0;
    }

    .top_nav a {
        font-size: 22px;
    }

    .benefits_card p {
        font-size: 16px;
    }

    .price_block h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .price_block h2 span {
        font-weight: 500;
        font-size: 14px;
        margin-top: 5px;
    }

    .price_block+.price_block {
        margin-top: 50px;
    }

    .price_row {
        padding: 14px 0;
        flex-wrap: wrap;
        gap: 4px;
    }

    .price_row span:first-child {
        font-size: 19px;
    }

    .price_row span:last-child {
        font-size: 14px;
    }

    .why_choose h2 {
        font-size: 34px;
    }

    .why_choose {
        background-size: 640px;
        background-position: 50% 40px;
    }

    .why_choose_card h3 {
        font-size: 29px;
    }

    .why_choose_card p {
        font-size: 19px;
    }

    .contact_section_text>p {
        font-size: 25px;
    }

    .contact_info_item span {
        font-size: 21px;
    }

    .contact_info_item p {
        font-size: 21px;
    }

    .contact_section {
        padding-bottom: 50px;
    }

    .services_about_text {
        width: calc(100% - 156px);
        padding-top: 60px;
        margin-bottom: -64px;
    }

    .light_section h1 span {
        font-size: 50px;
    }

    .light_section h1 {
        font-size: 18px;
    }

    .grant_flex h2 {
        font-size: 34px;
    }

    .grant_flex {
        gap: 27px;
    }

    .grant_content p {
        font-size: 17px;
    }

    .grant_section {
        padding-bottom: 50px;
    }

    .price_row {
        flex-direction: column;
    }

    .price_block {
        margin-bottom: 60px;
    }

    .light_section h1 span {
        font-size: 32px;
    }

    .light_section h1 {
        font-size: 19px;
        margin-bottom: 35px;
    }

    .service_about_flex h2 {
        font-size: 34px;
    }

    .service_about_content p {
        font-size: 16px;
    }

    .service_about_content h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1200px) {
    .team_card {
        padding: 50px 50px 60px;
        gap: 40px;
        min-height: 520px;
    }

    .team_card_name {
        font-size: 48px;
    }

    .team_card_role {
        font-size: 26px;
    }

    .info_block_title,
    .insurance_logos_title {
        font-size: 48px;
    }

    .info_items li {
        font-size: 26px;
    }

    .career_form_inner {
        padding: 60px;
    }

    .career_form h1,
    .career_form h2 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .faq--full .faq_item summary {
        font-size: 28px;
    }

    .team_grid {
        grid-template-columns: 1fr;
    }

    .team_card {
        min-height: 0;
    }

    .team_card_name {
        font-size: 42px;
    }

    .info_block {
        margin-bottom: 80px;
    }

    .info_block_title,
    .insurance_logos_title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .insurance_logos_row {
        gap: 40px;
    }

    .career_form h1,
    .career_form h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .team_card {
        padding: 30px 24px 36px;
        gap: 30px;
    }

    .team_card_name {
        font-size: 34px;
    }

    .team_card_bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .team_card_role {
        font-size: 17px;
    }

    .team_card_img {
        width: 100%;
        max-width: 200px;
        aspect-ratio: 9 / 11;
        margin-left: auto;
    }

    .info_block {
        margin-bottom: 50px;
    }

    .info_block_title,
    .insurance_logos_title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .info_items li {
        font-size: 16px;
        padding: 4px 0;
    }

    .info_note {
        font-size: 18px;
    }

    .insurance_logos_row {
        justify-content: flex-start;
        gap: 30px;
    }

    .insurance_logo img {
        max-width: 130px;
        max-height: 70px;
    }

    .career_form_inner {
        padding: 36px 24px;
        gap: 36px;
    }

    .career_form h1,
    .career_form h2 {
        font-size: 38px;
    }

    .career_form .subtitle {
        font-size: 20px;
    }

    .career_form .contact_form_row {
        flex-direction: column;
    }

    .section.faq {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .team_card_name {
        font-size: 30px;
    }

    .info_block_title,
    .insurance_logos_title {
        font-size: 27px;
        text-transform: inherit;
    }

    .insurance_logo img {
        max-width: 110px;
    }
}

@media only screen and (max-width: 1200px) {
    .text_block_title {
        font-size: 48px;
    }

    .text_block_eyebrow,
    .text_block_content p {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .text_block_title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .text_block_title {
        font-size: 32px;
    }

    .text_block_eyebrow,
    .text_block_content p {
        font-size: 20px;
    }

    .team_grid .team_card {
        white-space: normal;
        padding: 20px 10px;
        overflow: auto;
    }

    .team_grid .team_card h3.team_card_name {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .section--surface+.section--surface {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .price_list_note {
        margin-top: 40px;
        font-size: 18px;
    }

    .price_list_note p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1440px) {
    .page-content h1 {
        font-size: 44px;
    }

    .page-content h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page-band {
        padding: 140px 0 60px;
    }

    .page-content {
        padding: 0 20px;
    }

    .page-content h1 {
        font-size: 32px;
    }

    .page-content h2 {
        font-size: 26px;
    }

    .page-content h3 {
        font-size: 22px;
    }

    .page-content p,
    .page-content li {
        font-size: 18px;
    }
}