body.home h1.elementor-heading-title {
	color: #422710 !important;
}

.meet-btn-container a {
    border-radius: 4px;
    background-color: #3A4E30;
    padding: 11px 24px;
    border: 1px solid #3A4E30;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    color: #FFF;
    font-family: "arboria", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.6px;
    letter-spacing: 0.729px;
}

.meet-btn-container a:hover {
    background-color: transparent;
    color: #3A4E30;
}

.address-main .address-line {
    margin-top: 24px;
}

.address-main .address-line:first-child {
    margin-top: 0;
}

.address-main .address-line span {
    color: #545454;
    font-family: "arboria", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.address-main .address-line span b {
    font-weight: bold;
}

.contact-main .contact-line span.type {
    font-weight: 700;
}

.contact-main .contact-line span {
    color: #545454;
    font-family: "arboria", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.16px;
}

@media (max-width: 767px) {
    .tab-style .e-n-tab-title {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        border-radius: 10px !important;
        border: 1px solid #F5EFE9 !important;
        background: #F5EFE9 !important;
        -webkit-transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        transition: all 0.3s !important;
        border-bottom: 0 !important;
    }

    .tab-style .e-n-tab-title[aria-selected="true"] {
        padding-top: 24px !important;
        border-radius: 12px 12px 0 0 !important;
        background-color: #FFF !important;
        border-color: #E1CCBB !important;
    }

    .tab-style .e-n-tab-title-text {
        -webkit-transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        transition: all 0.3s !important;
        font-weight: 500 !important;
    }

    .tab-style .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
        font-size: 21px !important;
        line-height: 25.2px !important;
        font-weight: 600 !important;
        color: #422710 !important;
        font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
    }

    .tab-style.tab-style-2 .e-n-tab-title {
        background: #fff !important;
    }

    .adv-swiper {
        overflow: hidden;
    }

    .adv-swiper .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .adv-swiper .swiper-slide {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
    }

    .post-section .group-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 24px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .post-section .group-container article {
        width: 45.5%;
    }

    .post-section .feat-img a {
        width: 100%;
        position: relative;
        height: auto !important;
        overflow: hidden;
        max-width: auto;
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .post-section .feat-img img {
        height: 100% !important;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }

    .post-section .feat-img a:after {
        content: "";
        display: block;
        padding-top: 104%;
    }

    .post-section .col-content {
        border-radius: 0 0 14px 14px;
        padding: 8px 7px;
        border: 1px solid #D7C9B7;
        background-color: #FFF;
        text-align: center;
    }

    .post-section .col-content h3 {
        font-size: 0;
        line-height: 0;
        margin: 0;
    }

    .post-section .col-content a {
        color: #1D0F02;
        text-align: center;
        font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 11px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .post-section .col-content a:hover {
        color: #9E5C25;
    }

    .post-section .col-content .advisor-position {
        margin-top: 1px;
        margin-bottom: 0;
        color: #55524F;
        text-align: center;
        font-family: var(--e-global-typography-text-font-family), Sans-serif;
        font-size: 9px;
        font-style: normal;
        font-weight: 600;
        line-height: 9px;
        letter-spacing: 0.09px;
    }

    .adv-main .swiper-pagination {
        position: unset;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .adv-main .swiper-pagination .swiper-pagination-bullet {
        margin: 0 6px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #B0B0B0;
        opacity: 1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .adv-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #BE926D;
    }

    .meet-btn-container {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .meet-btn-container a {
        padding: 9px 19px;
        font-size: 14px;
        line-height: 23.5px;
        letter-spacing: 0.578px;
    }

    .address-main .address-line span {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0.13px;
    }

    .contact-main .contact-line span {
        font-size: 13px;
        line-height: 26px;
        letter-spacing: 0.13px;
    }

    .address-main .address-line {
        margin-top: 8px;
    }
}