/* #ast-hf-menu-1{
    display:  none !important;
} */

/*#FAF6EA*/

:root {
    --h1: 48px; /*35*/
    --h2: 32px; /*28*/
    --h3: 24px;
    --h4: 24px;
    --h5: 22px;
    --h6: 20px;
    --text:19px;
    --primaryFont: 'EB Garamond', serif;
    --SecondaryFont: 'Jost', sans-serif;

    --primary-color: 212, 175, 55, 1;
    --secondary-color: 45, 61, 49, 1;
    --tertiary-color: 247, 244, 237, 1;
    --quaternary-color: 118, 97, 27, 1;
    --accent-color: 196, 169, 107;
    --white: 255, 255, 255;
    --black: 0, 0, 0;

    --h1-responsive: 35px; /*35*/
    --h2-responsive: 28px; /*28*/
    --h3-responsive: 22px;
    --h4-responsive: 20px;
    --h5-responsive: 18px;
    --h6-responsive: 16px;
    --text-responsive:16px;
}

@view-transition{
    navigation:auto;
}
html,body{
    font-family: var(--SecondaryFont);
    font-weight: normal;
    font-style: normal;
    font-size: var(--text);
    color: rgba(var(--secondary-color));
    line-height: 1.5;
    overflow-x: hidden;
    width: 100%;
    display:block;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*Color*/
#content .bg-white{
    background: rgb(var(--white)) !important;
}
#content .bg-black{
    background: rgb(var(--black)) !important;
}
.hover\bg-white:hover{
    background: rgb(var(--accent-color)) !important;
}
#content .bg-primary{
    background: rgb(var(--primary-color)) !important;
}
#content .bg-secondary{
    background: rgb(var(--secondary-color)) !important;
}
#content .bg-tertiary{
    background: rgb(var(--tertiary-color)) !important;
}
#content .bg-quaternary{
    background: rgb(var(--quaternary-color)) !important;
}
.hover\:bg-white:hover,
#content .bg-accent{
    background: rgb(var(--accent-color)) !important;
}
.text-white, .text-white h2, .text-white a{
    color: rgb(var(--white)) !important;
}
.text-black{
    color: rgb(var(--black)) !important;
}
.text-primary, .text-primary h2{
    color: rgb(var(--primary-color)) !important;
}
.text-secondary, .text-secondary h2, .text-secondary h3, #content .text-secondary, #content .text-secondary h2, #content .text-secondary h3, #content .text-secondary p,  .text-secondary p,#content .text-secondary span,  .text-secondary span{
    color: rgb(var(--secondary-color)) !important;
}
.text-tertiary{
    color: rgb(var(--tertiary-color)) !important;
}
.text-quaternary{
    color: rgb(var(--quaternary-color)) !important;
}
.text-accent{
    color: rgb(var(--accent-color)) !important;
}

/*End color*/

/*typography*/
.eb_garamond h1,
.eb_garamond h2,
.eb_garamond h3,
.eb_garamond h4,
.eb_garamond h5,
.eb_garamond h6,
#content .eb_garamond h1,
#content .eb_garamond h2,
#content .eb_garamond h3,
#content .eb_garamond h4,
#content .eb_garamond h5,
#content .eb_garamond h6,
#content .eb_garamond,
#content .eb_garamond p{
    font-family: var(--primaryFont) !important;
}
 /* h1{
    color: rgba(var(--white), 1) !important;
 } */
 .titleColor{
    color: rgba(var(--primary-color), 1);

 }
 /* h2, h3, h4, h5, h6{
    color: rgba(var(--primary-color), 1);
} */

.jost h1,
.jost h2,
.jost h3,
.jost h4,
.jost h5,
.jost h6,
#content .jost h1,
#content .jost h2,
#content .jost h3,
#content .jost h4,
#content .jost h5,
#content .jost h6,
.jost,
#content .jost{
    font-family: var(--SecondaryFont) !important;
}

.testimonial-carousel {
    align-items: stretch;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
h1, h2, h3, h4, h5, h6{
    font-family:var(--primaryFont);
    font-weight: 400;
}
#content h1, 
#content .header-1 h1,
#content .header-1 h2,
#content .header-1 h3,
#content .header-1 h4,
#content .header-1 h5,
#content .header-1 h6,
h1{
    font-size: var(--h1);
    line-height: 1.3;
}
#content .header-2,
#content .header-2 h1,
#content .header-2 h2,
#content .header-2 h3,
#content .header-2 h4,
#content .header-2 h5,
#content .header-2 h6,
#content h2,
h2{
    font-size: var(--h2);
}
#content .header-3,
#content .header-3 h1,
#content .header-3 h2,
#content .header-3 h3,
#content .header-3 h4,
#content .header-3 h5,
#content .header-3 h6,
#content h3,
h3{
    font-size: var(--h3);
}
.header-4,
#content .header-4,
#content .header-4 h1,
#content .header-4 h2,
#content .header-4 h3,
#content .header-4 h4,
#content .header-4 h5,
#content .header-4 h6,
#content h4,
h4{
    font-size: var(--h4);
}

#content .underline{
    text-decoration: underline !important;
}
#content .no-underline{
    text-decoration: none !important;
}
.header-5,
#content .header-5,
#content .header-5 h1,
#content .header-5 h2,
#content .header-5 h3,
#content .header-5 h4,
#content .header-5 h5,
#content .header-5 h6,
#content h5,
h5{
    font-size: var(--h5);
}
#content .header-6,
#content .header-6 h1,
#content .header-6 h2,
#content .header-6 h3,
#content .header-6 h4,
#content .header-6 h5,
#content .header-6 h6,
#content h6,
h6{
    font-size: var(--h6);
}
p,
.header-p,
#content .header-p,
#content .header-p h1,
#content .header-p h2,
#content .header-p h3,
#content .header-p h4,
#content .header-p h5,
#content .header-p h6,
#content .header-p h6{
    font-size: var(--text) !important;
    font-family: var(--SecondaryFont);
}

.regular,
#content .regular h1,
#content .regular h2,
#content .regular h3,
#content .regular h4,
#content .regular h5,
#content .regular h6,
#content .regular h6,
#content .regular{
    font-weight:400 !important;
}
.semi,
#content .semi h1,
#content .semi h2,
#content .semi h3,
#content .semi h4,
#content .semi h5,
#content .semi h6,
#content .semi h6,
#content .semi{
    font-weight:500 !important;
}
.bold,
#content .bold h1,
#content .bold h2,
#content .bold h3,
#content .bold h4,
#content .bold h5,
#content .bold h6,
#content .bold h6,
#content .bold{
    font-weight:bold !important;
}
.black,
#content .black h1,
#content .black h2,
#content .black h3,
#content .black h4,
#content .black h5,
#content .black h6,
#content .black h6,
#content .black{
    font-weight:700 !important;
}
#content .margin-0 h1,
#content .margin-0 h2,
#content .margin-0 h3,
#content .margin-0 h4,
#content .margin-0 h5,
#content .margin-0 h6,
#content .margin-0 p,
.margin-0{
    margin:0;
}
#content .uppercase{
    text-transform: uppercase !important;
}
#content .ama-quotes-mark p{
        color: rgb(var(--secondary-color)) !important
}
#content .ama-quotes-mark p, #content .ama-titles-locations{
    font-family: var(--primaryFont) !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}

#content .ama-titles-p p{
    font-family: var(--primaryFont) !important;
    font-weight: 700 !important;
    font-size: 34px !important;
    color: rgb(var(--white)) !important
}

#content .ama-titles-locations{
    color: rgb(var(--secondary-color)) !important;
    margin-bottom: 0px !important;
}

a{
    transition: all 0.3s;
}

.ama-related-treatments div.getpost-content h2.getpost-title{
    color: rgb(var(--primary-color)) !important;
}

.elementor-post__title a:hover, .ama-related-posts-single .getpost-title a:hover, .ama-related-treatments .getpost-title a:hover{
    text-decoration: underline !important;
}

.ama-carousel-home-last a.elementor-post__thumbnail__link:hover + .elementor-post__text h3.elementor-post__title{
    text-decoration: underline;
}

.ama-related-posts-single div.getpost-image:hover + .getpost-content .getpost-title a, .ama-related-treatments div.getpost-image:hover + .getpost-content .getpost-title a{
    text-decoration: underline !important;
}

.stepstogether-section{
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    width: 100%;
}
.stepstogether-container{
    margin: auto;
    width: 100%;
    max-width: 1240px;
}
/*buttons*/
.lwc-base-button a {
    border-radius: 0 !important;
    width: fit-content;
    display: block;
    padding: 20px 24px !important;
    font-weight: 500 !important;
    transition: 0.3s;
}

.lwc-dark-button a{
    background: rgb(var(--secondary-color)) !important;
    color: rgb(var(--white)) !important;
    border: 2px solid rgb(var(--secondary-color)) !important;
}

.lwc-dark-button a:hover{
    background: transparent !important;
    color: rgb(var(--secondary-color)) !important;
    border: 2px solid rgb(var(--secondary-color)) !important;
}

.lwc-inverted-dark-button a{
    background: transparent !important;
    color: rgb(var(--secondary-color)) !important;
    border: 2px solid rgb(var(--secondary-color)) !important;
}

.lwc-inverted-dark-button a:hover{
    background: rgb(var(--secondary-color)) !important;
    color: rgb(var(--white)) !important;
    border: 2px solid rgb(var(--secondary-color)) !important;
}

.lwc-inverted-button a{
    background: transparent !important;
    color: rgb(var(--quaternary-color)) !important;
    border: 2px solid rgb(var(--quaternary-color)) !important;
}

.lwc-inverted-button a:hover{
    background: rgb(var(--quaternary-color)) !important;
    color: rgb(var(--white)) !important;
    border: 2px solid rgb(var(--quaternary-color)) !important;
}

.lwc-inverted-green-button a{
    background: transparent !important;
    color: rgb(var(--secondary-color)) !important;
    border: 2px solid rgb(var(--secondary-color)) !important;
}

.lwc-inverted-green-button a:hover{
    background: rgb(var(--secondary-color)) !important;
    color: rgb(var(--white)) !important;
    border: 2px solid rgb(var(--secondary-color)) !important;
}

.lwc-brown-button a{
    background: rgb(var(--quaternary-color)) !important;
    color: rgb(var(--white)) !important;
    border: 2px solid rgb(var(--quaternary-color)) !important;
}

.lwc-brown-button a:hover{
    background: transparent !important;
    color: rgb(var(--quaternary-color)) !important;
    border: 2px solid rgb(var(--quaternary-color)) !important;
}

.lwc-btn-svg-dg:hover svg path{
    fill: rgb(var(--secondary-color)) !important;
}

.lwc-btn-svg-y:hover svg path{
    fill: rgb(var(--primary-color)) !important;
}

.lwc-btn-svg-dy svg path{
    fill: rgb(var(--quaternary-color));
}

.lwc-btn-svg-dy:hover svg path{
    fill: rgb(var(--white)) !important;
}

.post-section a.wp-block-button__link,
.stepstogether-button a, .ama-form-submit input, .testimonial-grid .testimonial-modal-buttons a.testimonial-modal-buttons-single{
    border-radius: 0 !important;
    width: fit-content;
    display: block;
    background: rgb(var(--quaternary-color)) !important;
    color: rgb(var(--white)) !important;
    padding: 20px 24px !important;
    font-weight: 500 !important;
    transition: 0.3s;
    border: 2px solid rgb(var(--quaternary-color)) !important;
}
.post-section a.wp-block-button__link:hover,
.stepstogether-button a:hover,
.stepstogether-button:hover,
.stepstogether-button button:hover, .ama-form-submit input:hover,.testimonial-grid .testimonial-modal-buttons a.testimonial-modal-buttons-single:hover {
    color: rgb(var(--quaternary-color)) !important;
    background: rgb(var(--white)) !important;
}

.stepstogether-button-inverted a, .testimonial-grid .testimonial-modal-buttons a.testimonial-modal-buttons-all, .stepstogether-button-inverted button {
    border-radius: 0;
    width: fit-content;
    display: block;
    color: rgb(var(--primary-color)) !important;
    background: transparent !important;
    padding: 20px 24px !important;
    font-weight: 500 !important;
    transition: 0.3s;
    border: 2px solid rgb(var(--primary-color)) !important;
}
.stepstogether-button-inverted a:hover, .testimonial-grid .testimonial-modal-buttons a.testimonial-modal-buttons-all:hover, .stepstogether-button-inverted button:hover {
    color: rgb(var(--tertiary-color))  !important;
    background: rgb(var(--primary-color))  !important;
}

.stepstogether-button-inverted a:hover  svg path{
    fill: rgb(var(--tertiary-color)) !important;
}

.stepstogether-button-inverted-white a{
    border-radius: 0;
    width: fit-content;
    display: block;
    color: rgb(var(--white)) !important;
    background: transparent !important;
    padding: 20px 24px !important;
    font-weight: 500 !important;
    transition: 0.3s;
    border: 2px solid rgb(var(--white)) !important;
}
.stepstogether-button-inverted-white a:hover{
    color: rgb(var(--primary-color))  !important;
    background: rgb(var(--white))  !important;
}

a.stepstogether-button:hover, a.stepstogether-button:focus {
    color: rgb(var(--textSecondaryButtonColor)) !important;
    background: rgb(var(--secondaryButtonColor)) !important;
}

.stepstogether-white-button a {
    border-radius: 0;
    width: fit-content;
    display: block;
    background: rgb(var(--white)) !important;
    color: rgb(var(--primary-color)) !important;
    padding: 20px 24px !important;
    font-weight: 500 !important;
    transition: 0.3s;
    border: 2px solid rgb(var(--white)) !important;
}
.stepstogether-white-button a:hover,
.stepstogether-white-button:hover,
.stepstogether-white-button button:hover {
    color: rgb(var(--white)) !important;
    background: rgb(var(--primary-color)) !important;
}

.stepstogether-white-dark-button a {
    border-radius: 0;
    width: fit-content;
    display: block;
    background: rgb(var(--white)) !important;
    color: rgb(var(--secondary-color)) !important;
    padding: 20px 24px !important;
    font-weight: 500 !important;
    transition: 0.3s;
    border: 2px solid rgb(var(--white)) !important;
}
.stepstogether-white-dark-button a:hover,
.stepstogether-white-dark-button:hover,
.stepstogether-white-dark-button button:hover {
    color: rgb(var(--white)) !important;
    background: rgb(var(--secondary-color)) !important;
}

.stepstogether-dark-button a {
    border-radius: 0;
    width: fit-content;
    display: block;
    background: rgb(var(--secondary-color)) !important;
    color: rgb(var(--white)) !important;
    padding: 20px 24px !important;
    font-weight: 500 !important;
    transition: 0.3s;
    border: 2px solid rgb(var(--white)) !important;
}
.stepstogether-dark-button a:hover,
.stepstogether-dark-button:hover,
.stepstogether-dark-button button:hover {
    color: rgb(var(--secondary-color)) !important;
    background: rgb(var(--white)) !important;
}

/*End buttons*/

/*Hero*/
.hero-banner{
    background-size: cover !important;
    background-position: top  !important;
    background-repeat: no-repeat !important;
    position: relative;
    min-height: 450px;
    text-align: center;
    padding: 60px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--FAF6EA));
}
.hero-text-container {
    max-width: 740px;
    margin: auto;
    width: 100%;
}
.hero-text-container h1{
    color:rgba(var(--primary-color), 1);
    text-transform: uppercase;
}
section#list {
    padding-bottom: 60px;
}
.term-accordeom-body {
    transition: .5s;
    height: 0;
    overflow: hidden;
    width: 100%;
}
h3.term-accordeom-title {
    font-size: var(--h5) !important;
    color:  rgba(var(--quaternary-color));
    padding-top: 11px;
    padding-bottom: 10px;
    padding-top: 24px;
    font-family: var(--SecondaryFont) !important;
    text-decoration: underline;
}

h3.term-accordeom-title:hover{
    cursor: pointer;
    color: rgba(var(--primary-color));
}

.term-list-item.active,
.term-list-item:hover {
        background: rgba(var(--quaternary-color));
    color: rgba(var(--white)) !important;
}

.term-list-items {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.term-list {
    padding-bottom: 30px;
}

.ama-blog-termlist{
    margin-top: 50px;
}

article.getpost-card a img {
    object-fit: cover;
    aspect-ratio: 16/11;
    object-position: top;
}

.post-list.grid-design.grid-col-3 {
    display: grid;
    gap: 48px;
}

.grid-design-blog-ama article.getpost-card div.post-card-container div.getpost-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.getpost-content p, .getpost-content h2.ama-title-3-blogs{
        margin-top: 15px !important;
}

.ama-team-style-card.getpost-content h2.ama-title-3-blogs{
    margin-top: 0px !important;
}

.grid-design-blog-ama .stepstogether-button{
    margin-top: 20px;
}
.term-list-item {
    background: transparent;
    padding: 5px 25px;
    color: rgba(var(--quaternary-color));
    border: 2px solid rgba(var(--quaternary-color));
    transition: 0.3s;
}
.breadcumb-content {
    padding-top: 24px;
    padding-bottom: 10px;
}
h2.term-list-title {
    padding-bottom: 16px;
    color: rgba(var(--secondary-color) );
}
.breadcumb-content a{
    color: #9C9C9C;
    transition: all 0.3s;
}
.breadcumb-content a:hover{
    color: rgba(var(--primary-color), 1);
}
.breadcumb-content #crumbs span.current{
    color: rgba(var(--secondary-color));
}
/*End hero*/
/*Post cards*/
article.getpost-card {
    background: rgb(var(--white));
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom:30px;
}
ul.slick-dots {
    /* position: relative; */
    bottom: 16px;
}
.getpost-date {
    color: rgb(var(--primary-color));
}
.slick-dots li button:before{
    display: none;

}
.getpost-metadata {
    display: flex;
    gap: 0px;
    flex-direction: column;
}
.slick-initialized .testimonial-slide {
    padding: 0 15px;
    display: flex;
    align-items: stretch;
}
.testimonial-slide .testitmoniai-container{
    padding:20px;
    background: rgb(var(--quaternary-color));
    border-radius: 8px;
}
.testimonial-slide .testitmoniai-container h3{
    color: rgb(var(--2D2D2D));
}
.slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
   border: 2px solid rgb(var(--quaternary-color));
    transition: 0.3s;
}

.related-article-post-ama ul.slick-dots{
    top: 105%;
}

.slick-dots li.slick-active button, .slick-dots li button:hover{
    background-color:  rgb(var(--quaternary-color)) !important;
}

.slick-dots-container > ul li button:hover{
    background-color: transparent !important;
    
}
.getpost-date{
    margin-top: 20px;
}

.our-team-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}
.member-modal-background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(var(--5A4A3F), 0.8);
    z-index: 99;
    display: none;
    padding: 8% 15px;
    align-items: center;
    justify-content: center;
}
.member-modal-background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.5);
    z-index: 99;
    display: none;
    padding: 8% 15px;
    align-items: center;
    justify-content: center;
   
}
.getpost-image {
    /* margin-bottom: 20px; */
    position: relative;
    overflow: hidden;
}
h3.member-modal-title{
    color:  rgb(var(--primary-color));
    margin: 0;
    padding: 0 0 10px 0px;
    text-transform: uppercase;
    font-size: 32px !important;
    font-weight: 700 !important;
}
p.member-modal-position{
    color: rgb(var(--primary-color));
    margin: 0;
    margin-bottom: 5px;
}
a.mobile-indication {
    width: 100%;
    display: block;
    text-transform: capitalize;
}
.member-modal {
    position: relative;
    padding: 16px;
    display: flex;
    gap: 20px;
    border-radius: 4px;
    border: 2px solid rgba(0,0,0, 0.1);
    width: 100%;
    max-width: 850px;
     background:rgb(var(--white));
}
.member-image{
    width: 100%;
    object-fit: cover;
    position: relative;
}

.member-image svg{
    position: absolute;
    right: 10px;
    bottom: 20px;
    transition: 0.3s;
}
article.team-member-card:not(.team-member-no-desc):hover{
    cursor: pointer !important;
}

article.team-member-card:not(.team-member-no-desc):hover .member-image svg rect{
  fill: rgb(var(--primary-color));
}

article.team-member-card:not(.team-member-no-desc):hover .member-image svg path{
    fill: rgb(var(--white));
  }

.member-image img{
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
}

.member-image:not(.ama-placeholder-img) img{
    object-position: top;
}

.member-modal-background .modal-member-image img {
    margin: auto;
    display: block;
    max-width: 250px;
    border-radius: 4px;
}
.modal-member-content {
    width: 100%;
    max-height: 250;
}
.modal-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.modal-body {
    width: 100%;
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    background: rgb(var(--white));
    border-radius: 4px;
}
.ama-height-modal{
       max-height: fit-content !important;
}
button.close-modal {
    padding: 7px;
    border-radius: 60px !important;
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: 0.3s;
    background: transparent;
    border: 2px solid rgb(var(--primary-color));
}
button.close-modal svg path{
    transition: 0.3s;
    fill: rgb(var(--primary-color));
}
button.close-modal:hover svg path{
    fill: rgb(var(--white));
}
button.close-modal:hover {
    border-radius: 60px !important;
    background:  rgb(var(--primary-color));
}

/* .stepstogether-team-grid article.team-member-card img{
    cursor: pointer;
} */

.team-member-card {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 40px;
}

h3.member-title {
    color: rgb(var(--primary-color));
    margin: 0;
    padding: 0px 0 15px 0px;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.5;
    letter-spacing: 0px;
}

p.member-position {
    color: rgb(var(--primary-color));
    margin: 0;
    margin: 15px 0px 0px 0px;
}
.member-info {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    margin: auto;
}
buttton.member-info {
    width: fit-content;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    border-radius: 0px;
    background: rgb(var(--primary-color));
    border: 2px solid rgb(var(--primary-color));
    max-height: 50px;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 0;
    color: rgb(var(--white));
}
buttton.member-info:hover {
    background: rgb(var(--white)) !important;
    color: rgb(var(--primary-color)) !important;
}
.modal-button-container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

/*End post cards*/

/*Footer*/
.ama-footer-section a, .ama-footer-section a:hover{
    text-decoration: none !important;
    transition:  none !important;
}

.ama-footer-section a:hover{
    color: rgb(var(--primary-color)) !important;
}

.ama-footer-section  a:hover span{
    color: rgb(var(--primary-color)) !important;
    text-decoration: none !important;
}

.ama-footer-icon svg:hover path{
    fill: rgb(var(--primary-color)) !important;
}

/*End Footer*/

/*responsive*/
@media( max-width: 1090px){
     .grid-design-blog-ama article.getpost-card a img {
        max-width: 100%;
        width: 100%;
        height: auto;
     }
    .grid-design-blog-ama article.getpost-card div.post-card-container{
    flex-direction: column; 
}
}
@media (max-width: 767px){
    #content h1, 
    #content .header-1 h1,
    #content .header-1 h2,
    #content .header-1 h3,
    #content .header-1 h4,
    #content .header-1 h5,
    #content .header-1 h6,
    h1{
        font-size: var(--h1-responsive);
        line-height: 1.3;
    }
    #content .header-2,
    #content .header-2 h1,
    #content .header-2 h2,
    #content .header-2 h3,
    #content .header-2 h4,
    #content .header-2 h5,
    #content .header-2 h6,
    #content h2,
    h2{
        font-size: var(--h2-responsive);
    }
    #content .header-3,
    #content .header-3 h1,
    #content .header-3 h2,
    #content .header-3 h3,
    #content .header-3 h4,
    #content .header-3 h5,
    #content .header-3 h6,
    #content h3,
    h3{
        font-size: var(--h3-responsive);
    }
    #content .header-4,
    #content .header-4 h1,
    #content .header-4 h2,
    #content .header-4 h3,
    #content .header-4 h4,
    #content .header-4 h5,
    #content .header-4 h6,
    #content h4,
    h4{
        font-size: var(--h4-responsive);
    }
    #content .header-5,
    #content .header-5 h1,
    #content .header-5 h2,
    #content .header-5 h3,
    #content .header-5 h4,
    #content .header-5 h5,
    #content .header-5 h6,
    #content h5,
    h5{
        font-size: var(--h5-responsive);
    }
    #content .header-6,
    #content .header-6 h1,
    #content .header-6 h2,
    #content .header-6 h3,
    #content .header-6 h4,
    #content .header-6 h5,
    #content .header-6 h6,
    #content h6,
    h6{
        font-size: var(--h6-responsive);
    }
    p,
    #content .header-p,
    #content .header-p h1,
    #content .header-p h2,
    #content .header-p h3,
    #content .header-p h4,
    #content .header-p h5,
    #content .header-p h6,
    #content .header-p h6{
        font-size: var(--text-responsive);
    }
    html,body{
        font-size: var(--text-responsive);
    }
    .member-info h3,  .member-info p {
        text-align: center;
    }
        #content .ama-outpatient-section  .member-info p {
        text-align: left !important;
    }
    buttton.member-info {
        width: 50%;    }

    .hero-text-container {
        word-break: break-word;
    }
    header .hero-text-container h1 {
        font-size: clamp(1.875rem, 1.3141rem + 2.9915vw, 2.75rem) !important;
    }
}
@media (min-width:768px){
    .grid-design-blog-ama{
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .post-list.grid-design.grid-col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .our-team-container {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .ama-blog-termlist{
    margin-top: 100px;
}
}
@media (min-width:992px){
    /* section.related-article .related-article-container,section.related-article .related-article-container .related-article-items {
        width: calc(100% + 24px) !important;
    } */
     a.mobile-indication {
    width: 100%;
    display: none;
}
    .grid-design-blog-ama{
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .post-list.grid-design.grid-col-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .our-team-container {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width:1280px){
   
    .our-team-container {
        display: grid;
        gap: 20px;
      
    }
}