﻿.container {
    width: 95%;
    align-items: center;
}
.card_left {
    border-radius: 0 12px 12px 0;
}

.mobile_card_top {
}

.mobile_card_bottom{

}

ul li {
    list-style-image: unset;
}
.about-title, .local-title {
    font-family: Montserrat;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: bottom;
    font-size: 56px;
    color: #0D2657;
    margin-bottom: 0.5rem;
}

.about-sub-title, .local-sub-title {
    font-family: var(--fontFamilies-body, "Open Sans"), sans-serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333132;
}

.card_right {
    border-radius: 12px 0 0 12px;
}

.dental_background_image {
    width: 100%;
    aspect-ratio: 378/109;
}

    .dental_background_image > .container {
        flex-direction: column;
        align-items: stretch;
        /*padding-left: 56px;*/
    }

        .dental_background_image > .container > * {
            width: 100%;
        }

.dental_hero_banner .hero_img {
    width: 100%;
    height: 304px;
    /*padding: 174px 976px 65px 65px;*/
}

.dental_hero_banner_opt_buttons {
    width: 100%;
    align-items: center;
    height: auto;
    /*height: 410px;*/
}

.dental_header {
    display: flex;
    height: 74px;
    align-items: center;
    gap: 48px;
    flex: 1 0 0;
    justify-content: space-between;
    width: 100%;
    /*padding: 0 20px 0 20px;*/
}

.dental_cards_container {
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 0;
    background-color: unset;
    height: auto;
    align-items: stretch;
}

    .dental_cards_container:has(.dental_content_card) {
        padding: 56px;
        background-color: rgba(171, 222, 227, 0.2);
    }

    .dental_cards_container > * {
        width: 100%;
    }

.dental_content_card {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex: 0 0 auto;
    min-height: 400px;
    overflow: hidden;
    background-color: transparent;
    padding: 0; /* The container now controls the spacing */
}

.dental_about_container {
    height: auto;
    color: #0D2657;
}

    .dental_about_container h2 {
        margin: 0;
        color: #0D2657;
        font-family: "Montserrat", sans-serif;
        font-size: var(--fontSizes-h2---desktop, 56px);
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }

    .dental_about_container > p {
        margin: 0;
        font-family: var(--fontFamilies-body, "Open Sans"), sans-serif;
        font-size: var(--fontSizes-body1, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

.dental_header_logo img {
    display: block;
    max-width: 220px;
    height: auto;
}

.dental_header_language a {
    color: #0D2657;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

    .dental_header_language a:hover,
    .dental_header_language a:focus {
        text-decoration: underline;
    }
/* Hero wrapper */
.dental_hero_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
    /* Hero image */
    .dental_hero_banner .hero_img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Prevents image distortion */
        object-position: center;
    }

.explaination_nav {
    height: 160px;
    display: ruby;
}

.hero_icon {
    margin-top: -8px;
}
/* Text card inside the banner */
.dental_hero_banner .explaination_nav {
    position: absolute;
    left: 65px;
    bottom: 30px;
    z-index: 2;
    width: 376px;
    padding: 24px 26px;
    background-color: #0D2657;
    border-radius: 12px;
    color: #FFFFFF;
}
    /* Subtitle inside the card */
    .dental_hero_banner .explaination_nav .title {
        color: var(--colors-bw-white, var(--colors-bw-white, #FFF));
        font-family: "Montserrat", sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 28.8px */
        display: block;
        margin: 0 0 4px 0;
    }
    /* Title inside the card */
    .dental_hero_banner .explaination_nav .sub_title {
        color: var(--colors-bw-white, var(--colors-bw-white, #FFF));
        font-family: Raleway;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 38.4px */
        margin-top: 10px;
    }

.dental_hero_banner_opt_buttons .mobile_explaination_nav {
    display: none;
}

.hero_apply_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 161px;
    margin-top: 18px;
    padding: 24px;
    background-color: #BFE6EA;
    color: #0D2657;
    border-radius: 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
    height: 72px;
    min-width: 48px;
}

    .hero_apply_button:hover,
    .hero_apply_button:focus {
        background-color: #BFE6EA;
        color: #0D2657;
        text-decoration: none;
        transform: translateY(-1px);
    }

.hero_apply_button_icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.dental_content_card {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex: 0 0 100%;
    min-height: 400px;
    overflow: hidden;
    /*background-color: #ABDEE3;
    padding: 0 56px 0 56px;*/
}

    .dental_content_card.no_background_colour {
        background-color: transparent;
    }

    .dental_cards_container:has(.dental_content_card.no_background_colour) {
        background-color: transparent;
    }

    .dental_content_card.image_right {
        flex-direction: row-reverse;
    }

.dental_content_card_image,
.dental_content_card_content {
    flex: 0 0 auto;
}

.dental_content_card_image {
    position: relative;
    width: 33.333333%;
    min-height: 400px;
    overflow: hidden;
}

    .dental_content_card_image img {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        /*border-radius: 0 12px 12px 0;*/
    }

.dental_content_card_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 66.666667%;
    padding: 48px 64px;
    background-color: #FFFFFF;
    color: #0D2657;
    /*border-radius: 12px 0 0 12px;*/
}

.dental_content_card_title {
    font-family: Montserrat !important;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px !important;
    line-height: 120% !important;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #333132;
}

.dental_content_card_subtitle {
    color: #333132;
    font-family: var(--fontFamilies-body, "Open Sans"), sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    white-space: pre-line;
}

    .dental_content_card_subtitle * {
        color: inherit !important;
        font-family: inherit !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
        letter-spacing: inherit !important;
    }

    .dental_content_card_subtitle p:first-child,
    .dental_content_card_subtitle ul:first-child,
    .dental_content_card_subtitle ol:first-child {
        margin-top: 0;
    }

    .dental_content_card_subtitle p:last-child,
    .dental_content_card_subtitle ul:last-child,
    .dental_content_card_subtitle ol:last-child {
        margin-bottom: 0;
    }

.dental_local_container {   
    padding: 24px 24px 24px 24px;
}

.dental_local_container_inner {
    margin-bottom: 32px;
}

.location_container {
    display: flex;
    gap: 48px;
    width: 100%;
}

.location_container_inner {
    flex: 1;
    min-height: 86px;
    padding: 30px 0 30px 0;
    background: #ABDEE3E5;
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box;
}

.location_item {
    color: #0D2657;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
}

.location_item_name {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    flex: 1;
    min-height: 86px;
    padding: 30px 0 30px 0;
    background: #ABDEE3E5;
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box;
}

.location_item_address {
    font-family: var(--fontFamilies-body, "Open Sans"), sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #333132;
}

/* FAQ section */
.dental_faq_section {
    width: 100%;
    padding: 56px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.dental_faq_inner {
    width: 100%;
    padding: 56px 56px 56px 56px;
    margin: 0 auto;
}

.dental_faq_header {
    margin-bottom: 48px;
}

.dental_faq_title {
    margin: 0 0 32px 0;
    color: #333132;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
}

.dental_faq_subtitle {
    margin: 0;
    color: #333132;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.dental_faq_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dental_faq_item {
    width: 100%;
    border: 1px solid #B8C9E8;
    border-radius: 8px;
    background-color: #FFFFFF;
    overflow: hidden;
}

    .dental_faq_item[open] > .dental_faq_question {
        border-bottom: 1px solid #B8C9E8;
    }

.dental_faq_answer {
    padding: 16px 16px 24px;
}
.dental_faq_question {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 64px 16px 16px;
    color: #333132;
    font-family: var(--fontFamilies-body, "Open Sans"), sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
}

    /* Hide default browser arrow */
    .dental_faq_question::-webkit-details-marker {
        display: none;
    }

    .dental_faq_question::marker {
        content: "";
    }

/* Keep all FAQ chevrons fixed on the right side */
.dental_faq_icon {
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.dental_faq_icon::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #005EB8;
    border-bottom: 2px solid #005EB8;
    transform: rotate(45deg);
}

/* Rotate the chevron when the FAQ item is open */
.dental_faq_item[open] .dental_faq_icon {
    transform: translateY(-50%) rotate(180deg);
}

.dental_faq_answer {
    padding: 0 16px 24px 16px;
    color: #333132;
    font-family: var(--fontFamilies-body, "Open Sans"), sans-serif;
    font-size: 18px!important;
    font-weight: 400;
    line-height: 150%;
}

    .dental_faq_answer p {
        margin: 0 0 20px 0;
    }

    .dental_faq_answer ul {
        margin: 0 0 24px 24px;
        padding: 0;
    }

    .dental_faq_answer li {
        margin-bottom: 4px;
    }

/* Global footer */
.dental_footer {
    width: 95%;
    background-color: #0D2657;
    box-sizing: border-box;
    margin: 1rem auto auto auto;
}

/* Top area */
.dental_footer_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
    width: 100%;
    padding: 64px 56px 56px 56px;
    box-sizing: border-box;
}

.dental_footer_column {
    flex: 1;
}

.dental_footer_title {
    margin: 0 0 24px 0;
    color: #ABDEE3;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.dental_footer_links,
.dental_footer_links li {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.dental_footer_links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .dental_footer_links li::marker,
    .dental_footer_links li::before {
        content: none !important;
        display: none !important;
    }

    .dental_footer_links a {
        color: #FFFFFF;
        font-family: var(--fontFamilies-body, "Open Sans"), sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        text-decoration: none;
    }

        .dental_footer_links a:hover,
        .dental_footer_links a:focus {
            text-decoration: underline;
        }

/* Social icons */
.dental_footer_social {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
}

    .dental_footer_social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        text-decoration: none;
    }

    .dental_footer_social img {
        display: block;
        width: 36px;
        height: 36px;
        object-fit: contain;
    }

/* Divider */
.dental_footer_hr {
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0.35);
}

/* Bottom area */
.dental_footer_bottom {
    width: 100%;
    padding: 32px 56px;
    box-sizing: border-box;
}

.dental_footer_bottom_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    box-sizing: border-box;
}

.dental_footer_brand {
    display: flex;
    align-items: center;
    gap: 48px;
    width: auto;
    height: auto;
}

    .dental_footer_brand a {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
    }

    .dental_footer_brand img {
        display: block;
        width: 135px;
        height: auto;
    }

.dental_footer_copyright {
    color: #FFFFFF;
    font-family: var(--fontFamilies-body, "Open Sans"), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
}

.dental_footer_legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 72px;
}

    .dental_footer_legal a {
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        text-decoration: none;
    }

        .dental_footer_legal a:hover,
        .dental_footer_legal a:focus {
            text-decoration: underline;
        }

/* Mobile footer */
@media (max-width: 764px) {
    .dental_faq_section {
        padding: 0;
    }

    .dental_faq_inner {
        width: 100%;
        padding: 0 !important;
        margin: 0 auto;
    }
    .dental_footer_inner {
        flex-direction: column;
        gap: 40px;
        padding: 48px 24px 40px 24px;
    }

    .dental_footer_title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .dental_footer_links {
        gap: 14px;
    }

        .dental_footer_links a {
            font-size: 16px;
        }

    .dental_footer_bottom {
        padding: 28px 24px;
    }

    .dental_footer_bottom_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }

    .dental_footer_brand {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .dental_footer_copyright {
        white-space: normal;
    }

    .dental_footer_legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

        .dental_footer_legal a {
            font-size: 16px;
        }
}
@media (max-width: 764px) {
    .dental_about_container h2 {
        font-size: var(--fontSizes-h2---desktop, 36px);
    }

    .dental_background_image > .container.dental_cards_container:has(.dental_content_card) {
        width: auto;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 32px 24px;
    }

    .mobile_card_top {
        border-radius: 12px 12px 0 0;
    }

    .mobile_card_bottom {
        border-radius: 0 0 12px 12px;
    }

    .dental_faq_section {
        padding: 40px 24px;
    }

    .dental_faq_header {
        margin-bottom: 32px;
    }

    .dental_faq_title {
        margin-bottom: 24px;
        /*font-size: 28px;*/
    }

    .dental_faq_subtitle {
        font-size: 18px;
    }

    .dental_faq_question {
        padding: 14px 48px 14px 16px;
    }

    .dental_faq_icon {
        right: 16px;
    }

}


/* Stack location cards on mobile */
@media (max-width: 764px) {
    .dental_local_container {
        padding: 24px 24px 24px 24px;        
    }

    .location_container {
        flex-direction: column;
        gap: 24px;
    }

    .location_container_inner {
        width: 100%;
        flex: none;
    }

    .local-title {
        font-size: 48px;
    }
}
/* More Information section */
.dental_more_information {
    width: 100%;
    padding: 48px 26px 56px 26px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.dental_more_information_inner {
    width: 100%;
    padding: 0 28px 28px 28px;
    margin: 0 auto;
    box-sizing: border-box;
}

.more_information_title {
    margin: 0 0 32px 0;
    color: #0D2657;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1px;
}

/* Content row from Figma */
.dental_more_information_body {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 24px 28px 32px 28px;
    gap: 24px;
    box-sizing: border-box;
}

.dental_more_information_content {
    flex: 1 1 auto;
    max-width: none;
}

.more_information_subtitle {
    margin: 0 0 18px 0;
    color: #333132;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
}

.dental_more_information_content p {
    margin: 0 0 18px 0;
    color: #333132;
    font-family: var(--fontFamilies-body, "Open Sans"), sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.dental_more_information_image {
    flex: 0 0 312px;
    width: 312px;
    height: 315px;
    overflow: hidden;
}

    .dental_more_information_image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }



@media (max-width: 764px) {
    .dental_more_information {
        padding: 40px 24px 48px 24px;
    }

    .more_information_title {
        margin-bottom: 24px;
        font-size: 32px;
    }

    .dental_more_information_body {
        flex-direction: column;
        padding: 0;
        gap: 24px;
    }

    .dental_more_information_content,
    .dental_more_information_image {
        width: 100%;
        max-width: 100%;
    }

    .dental_more_information_image {
        flex: none;
        height: 260px;
    }

    .more_information_subtitle {
        font-size: 22px;
    }
}


@media (max-width: 1517px) {
    .dental_background_image,
    .dental_background_image .container {
        width: 100%;
        max-width: 100%;
    }
}


@media (max-width: 1100px) {
    .dental_content_card,
    .dental_content_card.image_right {
        flex-direction: column;
        min-height: 0;
    }

    .dental_content_card_image {
        width: 100%;
        height: 220px;
        min-height: 220px;
    }

    .dental_content_card_content {
        width: 100%;
        padding: 24px 20px;
        text-align: center;
    }

    .dental_content_card .dental_content_card_image,
    .dental_content_card .dental_content_card_image.mobile_card_top,
    .dental_content_card .dental_content_card_image.card_left,
    .dental_content_card .dental_content_card_image.card_right {
        border-radius: 12px 12px 0 0;
    }

    .dental_content_card .dental_content_card_image img {
        border-radius: 12px 12px 0 0;
    }

    .dental_content_card .dental_content_card_content,
    .dental_content_card .dental_content_card_content.mobile_card_bottom,
    .dental_content_card .dental_content_card_content.card_left,
    .dental_content_card .dental_content_card_content.card_right {
        border-radius: 0 0 12px 12px;
    }

    /*    .dental_content_card_title {
        font-size: 18px;
    }
    .dental_content_card_subtitle {
        font-size: 22px;
    }
*/

    .dental_cards_container {
        gap: 32px;
        padding: 32px 20px;
    }

    .dental_content_card,
    .dental_content_card.image_right {
        flex-direction: column;
        min-height: 0;
    }

    .dental_content_card_image {
        width: 100%;
        height: 300px;
        min-height: 300px;
    }

    .dental_content_card_content {
        width: 100%;
        padding: 24px 20px;
        text-align: left;
    }
}


@media (max-width: 764px) {
    .about-title, .local-title {
        margin-bottom: 1.5rem;
    }
    .dental_background_image {
        height: auto;
        aspect-ratio: auto;
    }

        .dental_background_image .container {
            align-items: stretch;
        }

    .dental_header {
        height: auto;
        min-height: 64px;
        gap: 20px;
        padding: 12px 16px;
    }

    .dental_header_logo {
        min-width: 0;
    }

        .dental_header_logo img {
            max-width: min(190px, 100%);
        }

    .dental_header_language {
        flex-shrink: 0;
    }

    .dental_hero_banner_opt_buttons {
        height: auto;
    }

    .dental_hero_banner {
        height: 220px;
    }

        .dental_hero_banner .explaination_nav {
            display: none;
        }
    .mobile_explaination_nav .title {
        color: var(--colors-bw-white, var(--colors-bw-white, #FFF));
        font-family: "Montserrat", sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        display: block;
        margin: 0 0 4px 0;
    }
    .dental_hero_banner_opt_buttons .mobile_explaination_nav {
        display: block;
        width: 100%;
        height: auto;
        padding: 24px 20px;
        background-color: #0D2657;
        color: #FFFFFF;
        text-align: center;
    }

        .dental_hero_banner_opt_buttons .mobile_explaination_nav > .title {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin: 0;
            color: #FFFFFF;
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-weight: 500;
            line-height: 120%;
        }

            .dental_hero_banner_opt_buttons .mobile_explaination_nav > .title .title {
                display: inline;
                margin: 0;
            }

        .dental_hero_banner_opt_buttons .mobile_explaination_nav .hero_icon {
            max-width: 28px;
            height: auto;
            margin-top: 0;
            flex-shrink: 0;
        }

        .dental_hero_banner_opt_buttons .mobile_explaination_nav .sub_title {
            margin: 10px auto 0;
            color: #FFFFFF;
            font-family: Raleway;
            font-size: 22px;
            font-weight: 500;
            line-height: 120%;
            max-width: 520px;
        }
}

@media (max-width: 576px) {
    .dental_header {
        min-height: 60px;
        gap: 14px;
        padding: 10px 14px;
    }

    .dental_header_logo img {
        max-width: min(170px, 100%);
    }

    .dental_hero_banner {
        height: 200px;
    }

        .dental_hero_banner .hero_img {
            object-position: center top;
        }

    .dental_hero_banner_opt_buttons .mobile_explaination_nav {
        padding: 22px 18px;
    }

        .dental_hero_banner_opt_buttons .mobile_explaination_nav > .title {
            font-size: 17px;
        }

        .dental_hero_banner_opt_buttons .mobile_explaination_nav .sub_title {
            font-size: 21px;
            max-width: 100%;
        }
}

@media (max-width: 480px) {
    .local-title {
        font-size: 38px;
    }
    .dental_header {
        gap: 12px;
        padding: 10px 12px;
    }

    .dental_header_logo img {
        max-width: min(150px, 100%);
    }

    .dental_header_language a {
        font-size: 14px;
        line-height: 20px;
    }

    .dental_hero_banner {
        height: 180px;
    }

    .dental_hero_banner_opt_buttons .mobile_explaination_nav {
        padding: 20px 16px;
    }

        .dental_hero_banner_opt_buttons .mobile_explaination_nav > .title {
            font-size: 16px;
        }

        .dental_hero_banner_opt_buttons .mobile_explaination_nav .sub_title {
            font-size: 20px;
        }
}

@media (max-width: 375px) {
    .dental_header {
        min-height: 56px;
        padding: 8px 10px;
    }

    .dental_header_logo img {
        max-width: min(128px, 100%);
    }

    .dental_header_language a {
        font-size: 13px;
        line-height: 18px;
    }

    .dental_hero_banner {
        height: 160px;
    }

    .dental_hero_banner_opt_buttons .mobile_explaination_nav {
        padding: 18px 14px;
    }

        .dental_hero_banner_opt_buttons .mobile_explaination_nav > .title {
            font-size: 15px;
            gap: 6px;
        }

        .dental_hero_banner_opt_buttons .mobile_explaination_nav .hero_icon {
            max-width: 24px;
        }

        .dental_hero_banner_opt_buttons .mobile_explaination_nav .sub_title {
            font-size: 18px;
        }
}
