.mod_page-header__content img {
    width: 250px;
}

.mod_page-header__content .h1.mod_page-header__title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}


.mod.mod_news.mod--background-grey.mod--slope.mod--slope-grey-bottom-outside.mod--gap-top-none.mod--gap-bottom-full {
    padding-bottom: 50px;
}

a.knMenuLink.knMenuLink--button.knMenuLink--outlined.knMenuLink--size-medium.knMenuLink--rounded {
    color: #9A9A6B;
    background-color: transparent;
    border-color: #9A9A6B;
    border-radius: 50px;
    border: 1px solid;
    padding: 9px 18px;
}

nav.menu-links__nav {
    padding: 20px 0 10px;
}

.kn-table-grid p {
    margin: 0;
}

.kn-table-grid .col-kn-table {
    display: flex;
    align-items: center;
}

.kn-table-grid .col-kn-table .col-kn-1-table {
    width: 40%;
}

.kn-table-grid .col-kn-table .col-kn-2-table {
    width: 60%;
}

.col-kn-1-table.tb-head,
.col-kn-2-table.tb-head p {
    font-size: 17px;
    background: #f6f6f6;
    border: none;
    padding: .75em;
    font-weight: 700;
    color: #d47700;
}

.col-kn-1-table.tb-body div:first-child,
.col-kn-2-table.tb-body div:first-child {
    background: #dee7eb;
    padding: .75em;
    font-size: .85rem;
}

.col-kn-1-table.tb-body div:last-child,
.col-kn-2-table.tb-body div:last-child {
    background: #fff;
    padding: .75em;
    font-size: .85rem;
}

.col-kn-1-table.tb-body div:first-child p,
.col-kn-1-table.tb-body div:last-child p {
    font-weight: 300;
    color: #007267;
    padding: 4px 12px;
    border: 1px solid transparent;
}

.col-kn-2-table.tb-body div:first-child p,
.col-kn-2-table.tb-body div:last-child p {
    border: 1px solid #252525;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    color: #252525;
}

h5.mod_page-header-sub__title-heading {
    margin-top: 0;
    font-size: 22px;
}

.cst-team-heading h5.mod_page-header-sub__title-heading {
    margin-bottom: 0px;
}

.cst-team-heading {
    margin: 0;
    padding: 80px 0 25px;
    margin-bottom: 0;
}

ul.list-disc.sp-team-sr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 16px;
    gap: 0.8rem;
}

.cst-team-heading p {
    margin-top: 0;
    padding: 10px 0;
    font-size: 20px;
}

.page-template-page-complex-main .complex_section::before {
    content: unset !important;
    height: 0px;
}

nav.complex_page-nav.js_stickyfill {
    float: left;
}

.max-height-auto {
    max-height: 400px;
}

.removed_border_st:hover,
.removed_border_st:focus {
    border: none !important;
}



.artical-image {
    text-align: center;
    padding-top: 100px;
}

.artical-image img {
    width: 100%;
}

.artical-content-wrapper {
    padding: 40px 0;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}

.news-article .mod.mod_page-header {
    border-bottom: 1px solid #00827d;
    padding-bottom: 1em;
}

.mod_page-header__slope h1.mod_page-header__title {
    font-size: 1.5rem;
}

/* main#mpfi-main .container ul {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
} */

@media screen and (max-width:1024px) {
    ul.list-disc.sp-team-sr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        font-size: 16px;
        gap: 0.8rem;
    }
}

@media screen and (max-width:767px) {
    .mod_page-header .mod_page-header__title {
        font-size: 25px !important;
    }

    .col-kn-1-table.tb-body div:first-child p,
    .col-kn-1-table.tb-body div:last-child p {
        font-size: 14px;
    }

    .col-kn-2-table.tb-body div:first-child p,
    .col-kn-2-table.tb-body div:last-child p {
        font-size: 14px;
    }

    .kn-table-grid .col-kn-table .col-kn-2-table,
    .kn-table-grid .col-kn-table .col-kn-1-table {
        width: 50%;
    }

    ul.list-disc.sp-team-sr {
        display: grid;
        grid-template-columns: 1fr;
        font-size: 16px;
        gap: 0.8rem;
    }

    .par_news-item__title {
        display: block !important;
        font-weight: 700;
        color: #00827d;
        transition: color .2s ease-out;
        margin: 0;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        hyphens: auto;
        word-break: break-word;
    }
}


@media screen and (max-width:400px) {

    .col-kn-1-table.tb-body div:first-child p,
    .col-kn-1-table.tb-body div:last-child p {
        font-size: 12px;
    }

    .col-kn-2-table.tb-body div:first-child p,
    .col-kn-2-table.tb-body div:last-child p {
        font-size: 12px;
    }

    .mod_page-header__content img {
        width: 200px;
    }

    .mod_page-header__slope .mod_page-header__content h1.mod_page-header__title {
        font-size: 20px !important;
    }

    .artical-image {
        text-align: center;
        padding-top: 50px;
    }
}