* {box-sizing: border-box; text-decoration: none; list-style: none; padding: 0; margin: 0; margin-bottom: 0px;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, li ul, li ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .shimmer-main-content, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}
a, button {outline: none; text-decoration: none !important; transition: all 0.3s ease-in-out;}
select {outline: none;}
html{scroll-behavior: smooth;}
.disabled {opacity: 0.5; pointer-events: none;}


/* -----------------
    Theme Primary Color's
------------------- */
:root {
    /* --primary-family: 'Big Caslon'; */

}
/* Button Area */
.default-btn {
    background-color: transparent !important;
    color: #141414 !important;
    border: 1px solid #141414;
    font-size: 16px;
    font-family: 'Supreme';
    font-weight: normal;
}
.default-btn:hover {
    background-color: #141414 !important;
    color: #fff !important;
}


/* Header */
.home-wrapper .custom-logo-link img, .about-us-wrapper .custom-logo-link img, .et-fixed-header .custom-logo-link img, .nav-open .custom-logo-link img, .search-open .custom-logo-link img {
    filter: initial;
}
.home-wrapper .search-btn-area, .about-us-wrapper .search-btn-area, .et-fixed-header .search-btn-area, .nav-open .search-btn-area, .search-open .search-btn-area {
    color: #fff;
}
.home-wrapper .mobile-toggle span, .about-us-wrapper .mobile-toggle span, .et-fixed-header .mobile-toggle span, .nav-open .mobile-toggle span, .search-open .mobile-toggle span {
    background: #fff;
}
.header-wrapper-layout {
    padding: 25px 30px;
}
.header-content-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    z-index: 9;
    position: relative;
}
.custom-logo-link {
    display: block;
    height: 26px;
}
.custom-logo-link img {
    height: 100%;
    width: auto;
    filter: invert(1) grayscale(1);
}
.right-baar-content {
    display: flex;
    align-items: baseline;
    gap: 68px;
}
.search-btn-area {
    font-family: Supreme;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #141414;
    cursor: pointer;
}
.mobile-toggle-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-toggle {
    display: inline-flex;
    width: 50px;
    height: 16px;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.mobile-toggle span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #141414;
    transition: all .25s linear;
    transition-delay: .0s;
}
.mobile-toggle span:nth-child(2) {
    top: 10px;
    width: 35px;
}
.mobile-toggle span:nth-child(3) {
    opacity: 0;
    transition-delay: .05s;
}
.admin-bar .navigation-flow-outer, .admin-bar .search-flow-outer {
    /* margin-top: 32px; */
}
.navigation-flow-outer, .search-flow-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: none;
}
.navigation-flow-outer {
    background-color: #325A4B;
    padding: 10vh 30px;
}

.search-flow-outer {
    background: #bac2af;
    padding-top: 10rem;
}
.navigation-wrapper {
    width: 100%;
}
.menu-header-container ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 25%;
    gap: 30px;
}
.menu-header-container ul a {
    font-family: Big Caslon;
    font-weight: 500;
    font-size: 60px;
    line-height: 68px;
    color: #fff;
}

/* Search */
.search-form {
    position: relative;
    display: flex;
    margin: 0 30px;
    border: initial;
}
.search-content-area {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.search-field {
    padding: 15px 20px;
    height: 48px;
    color: #141414;
    font-size: 14px;
    font-family: Supreme;
    font-weight: 400;
    max-width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    border: initial;
    border-bottom: 1px solid #1a1a1a !important;
    width: 100%;
    border-radius: initial !important;
    border-image-width: 0;
}
.search-btn {
    background: initial;
    border: initial;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    right: 20px;
    top: 14px;
    color: #535353;
    height: 100%;
    cursor: pointer;
}

/*  Nav Open */
.nav-open .mobile-toggle span {
    max-width: 16px;
}
.nav-open .mobile-toggle span:nth-child(2) {
    opacity: 0;
    transition-delay: .0s;
}
.nav-open .mobile-toggle span:first-child {
    transform: translate(0px, 6px) rotate(45deg);
    transition-delay: .0s;
}
.nav-open .mobile-toggle span:nth-child(3) {
    opacity: 1;
    transform: translate(0px, 6px) rotate(-45deg);
    transition-delay: .0s;
}

.nav-open .navigation-flow-outer {
    align-items: center;
}

/* accordion */
.accordion-content-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #141414;
}
.accordion-content-area:not(:last-child) {
    margin-bottom: 57px;
}
.content-panel {
    display: none;
}
.head-title-area {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    cursor: pointer;
}
.head-title-area h3 {
    font-family: 'Big Caslon';
    font-size: 58px;
    padding: 0;
    line-height: normal;
}

.arrow-ico {
    position: relative;
    display: block;
    width: 100%;
    max-width: 40px;
    aspect-ratio: 1/1;
}
.arrow-ico:before,.arrow-ico:after {
    content: '';
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}
.arrow-ico:before {
    height: 100%;
    width: 1px;
    background: #141414;
    left: 50%;
    transform: translateX(-50%);
}
.arrow-ico:after {
    width: 100%;
    height: 1px;
    background: #141414;
    top: 50%;
    transform: translateY(-50%);
}
.head-title-area.active .arrow-ico:before {
    transform: translateX(-50%) rotate(90deg);
}

.content-panel {
    padding: 40px 0;
}

.column-grid {
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
    display: grid;
}
.inner-content-area .feature-img {
    display: block;
}
.inner-content-area .feature-img img {
    width: 100%;
    height: 100%;
}
.blog-date, .custom-post-date {
    color: #325A4B;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Supreme';
    text-transform: uppercase;
    line-height: 17px;
}
.expert-title {
    margin: 6px 0 14px 0;
    width: 100%;
}
.expert-title a {
    font-size: 28px;
    font-family: 'Big Caslon Medium';
    text-transform: capitalize;  
    color: #141414;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 36px;
    min-height: 72px;
}
.expert-content .excerpt-text, .single-team .expert-content h3 {
    color: #141414;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Supreme';
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 112px;
}
.expert-content .full-text {
    color: #141414;
    font-size: 18px;
    font-family: 'Supreme';
    font-weight: normal;
    line-height: 28px;

}

/* Teams */
.team-filter-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 60px;
}
.search-wrapper {
    width: 100%;
    display: flex;
    position: relative;
    cursor: pointer;
}
.team-filter-wrapper .teams-search-field {
    border: initial;
    border-bottom: 1px solid #141414;
    width: 100%;
    padding: 12px;
    font-family: 'Supreme';
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    border-image-width: 0;
}
.submit-search {
    background: initial;
    border: initial;
    outline: initial;
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 16px;
    color: #141414;
    cursor: pointer;
}
.teams-category {
    border: initial;
    border-bottom: 1px solid #141414;
    padding: 12px;
    width: 100%;
    max-width: 322.5px;
    --webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background-image: url("../images/Icon.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 12px;
    font-family: 'Supreme';
    line-height: 17px;
    font-size: 16px;
    color: #141414;
    font-weight: 300;
}
.teams-clear-filter {
    background: initial;
    border: 1px solid #141414;
    outline: initial;
    padding: 12px;
    width: 100%;
    max-width: 322.5px;
    font-size: 16px;
    font-family: 'Supreme';
    font-weight: 300;
    cursor: pointer;
    color: #141414;
}
.teams-clear-filter:hover {
    background: #141414;
    color: #fff;
}
.teams-wrapper .inner-content-details a img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}
.teams-wrapper .expert-title {
    margin: 20px 0 17px 0;
}

/* Mandates */
.accordion-content-area .inner-content-area.column-grid {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
}
.content-details-description .blog-date {
    padding-top: 18px;
}
.accordion-content-area .expert-content p {
    color: #141414;
}
.bottom-btn-area .toggle-readmore {
    color: #808080;
    font-family: 'Supreme';
    text-decoration: underline !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}
.accordion-content-area .inner-content-details a img {
    aspect-ratio: 1/1;
}
.inner-content-details a img {
    width: 100%;
    aspect-ratio: 1.4/1;
    object-fit: cover;
}

/* Footer */
.footer-wrapper-area a {
    color: #fff;
}

/* News */
.load-more-btn {
    width: 100%;
    max-width: 323px;
}
.load-more-news,.load-more-mandates {
    color: #141414;
    font-size: 16px;
    font-family: 'Supreme';
    border: 1px solid #141414;
    width: 100%;
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    font-weight: normal;
}
.load-more-news:hover,.load-more-mandates:hover {
    background-color: #141414;
    color: #fff;
}
#et-main-area #main-content .container:before {
    position: initial;
}

/* Test */
.content-area-wrapper .inner-content-details {
    display: flex;
    gap: 30px;
    padding-bottom: 86px;
}
.single-news .content-area-wrapper .inner-content-details, .single-mandate .content-area-wrapper .inner-content-details {
    flex-direction: column;
}
.single-news .entry-header-wrapper, .single-mandate .entry-header-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}
.single-news .breadcrumbs ul {
    padding-top: 30px;
}
.single-news .expert-content .excerpt-text {
    height: auto;
}
/* .single-news .content-area-wrapper .expert-content p:nth-child(2), .single-mandate .content-area-wrapper .entry-content-wrapper.content-details-description {
    width: 100%;
    max-width: 672px;
    margin: 0 auto;
    padding-top: 54px;
} */
.content-area-wrapper .inner-content-details img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.content-area-wrapper .content-details-description {
    width: 100%;
}
/* .content-area-wrapper .expert-content p:nth-child(2) {
    color: #141414;
    font-family: 'Supreme';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
} */
/* .single-team .content-area-wrapper .expert-content p:nth-child(2) {
    padding-bottom: 0px;
} */
.single-team .single-team .content-bottom-wrapper h1 {
    padding-bottom: 30px;
}
.content-area-wrapper .mandate-team-members h4 {
    font-size: 24px;
    font-family: 'Big Caslon Regular';
    text-transform: capitalize; 
    color: #141414;
    line-height: 28px
}
.content-area-wrapper .mandate-team-members a, .single-team .expert-content ul li a {
    color: #325A4B;
    font-size: 18px;
    font-family: 'Supreme';
    text-transform: uppercase; 
    letter-spacing: -0.2px;
    line-height: 28px;
}
/* .single-team #content-area .expert-content {
    margin-bottom: 30px;
} */
.content-area-wrapper .excerpt-text {
    padding: 0;
}

/* Team member */
.content-area-wrapper .inner-content-details a {
    width: 100%;
}
.breadcrumbs ul {
    position: relative;
    display: flex;
    gap: 12px;
    padding-bottom: 55px;
    padding-left: 0;
}
.breadcrumbs ul li {
    position: relative;
    color: #141414;
    font-family: 'Supreme';
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
}
.breadcrumbs ul li:not(:last-child):after {
    content: '/';
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 16px;
    color: #141414;
}
.breadcrumbs ul li a {
    color: #141414;
    font-family: 'Supreme';
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
}

/* Cookie Policy */
.cookie-policy-wrapper p {
    padding-bottom: 24px;
}
.cookie-policy-wrapper .et_pb_text_inner p span a {
    color: #141414;
}

/* 26/09/2025 */
.wp-child-theme-Born .container {
    width: 100%;
}
.expert-content {
    width: 100%;
    
}
.teams-wrapper .expert-title {
    height: auto;
}
.teams-wrapper .expert-content {
    height: auto;
}
.toggle-readmore.read-less ~ .expert-content {
    height: auto;
}
.bottom-btn-area {
    margin-top: 16px;
}
.et_pb_menu .et_pb_menu__menu>nav>ul {
    flex-direction: column;
}
.teams-wrapper .expert-content .excerpt-text {
    height: auto;
}
.teams-wrapper .column-grid {
    row-gap: 68px;
}
.load-more-btn {
    width: 100%;
    max-width: 323px;
    padding-top: 75px;
}
.news-wrapper .expert-content .excerpt-text, .mandate-wrapper .expert-content .excerpt-text {
    height: 91px;
    -webkit-line-clamp: 3;
}
.et-tb-has-footer .et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_footer.et_pb_css_mix_blend_mode_passthrough {
    padding-top: 52px;
}
.single-mandate .expert-content .excerpt-text, .single-team .expert-content .excerpt-text, .single-team .expert-content h3 {
    height: auto;
}
.single-team .expert-content h3 {
    font-weight: 500;
    text-transform: uppercase; 
    padding-bottom: 30px;
}
.single-mandate .content-area-wrapper .mandate-team-members h4 {
    padding: 14px 0;
}
.single-mandate .content-area-wrapper .mandate-team-members a, .single-team .expert-content ul li a {
    text-transform: capitalize; 
    letter-spacing: initial;
}
.single-mandate  .mandate-meta p {
    font-family: 'Supreme';
    font-size: 16px;
    color: #141414;
    font-weight: 300;
}
.single-mandate #main-content, .single-team #main-content {
    padding: 0px 30px;
}
.single-mandate .breadcrumbs, .single-team .breadcrumbs ul  {
    padding-top: 30px;
}
.single-mandate .content-details-description .blog-date {
    padding-top: 27px;
}
.single-team .team-bio {
    padding-top: 30px;
    color: #141414;
    font-size: 18px;
    font-family: 'Supreme';
    font-weight: 300;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.single-team  .team-bio h3 {
    color: #141414;
}
.search-results .search-title {
    padding-bottom: 55px;
    padding-top: 30px;
    color: #141414;
    font-family: 'Supreme';
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
}
.search-results .search-results-wrapper {
    padding-bottom: 80px;
}
.search-results .pagination {
    padding-top: 20px;
}
.search-results .expert-content .excerpt-text, .search-results .expert-title a {
    height: auto;
    min-height: auto;
}
.nav-links {
    font-family: 'Supreme';
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.next.page-numbers, .prev.page-numbers {
    width: 100%;
    max-width: fit-content;
    background: initial;
    color: #141414;
    border: initial;
}
.page-numbers {
    border: 1px solid #325A4B;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    text-align: center;
    font-family: 'Supreme';
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    border-radius: 50%;
    color: #141414;
}
.page-numbers.current {
    background: #325A4B;
    color: #fff;
}
.not-found-title {
    padding-bottom: 55px;
    padding-top: 30px;
}
.search-results #main-content, .error404 #main-content {
    padding: 0 30px;
}
.privacy-policy-wrapper .et_pb_text_inner ul li {
    list-style-type: disc;
    padding-bottom: 14px;
} 
.terms-conditions-wrapper .et_pb_text_inner {
    display: flex;
    gap: 16px;
}
.single-news .content-bottom-wrapper, .single-mandate .content-bottom-wrapper, .single-team .content-bottom-wrapper {
    width: 100%;
    padding: 95px 30px 149px 30px;
    background: #F1F5DA;
}
.single-team .content-bottom-wrapper {
    background-color: #fff;
}
.single-news .content-bottom-wrapper .inner-content-area.column-grid, .single-mandate .content-bottom-wrapper .inner-content-area.column-grid, .single-team .content-bottom-wrapper .inner-content-area.column-grid {
    max-width: 1380px;
    margin: 0 auto;
}
.single-news #main-content {
    padding: 0 30px;
}
.single-news .content-bottom-wrapper h1, .single-mandate .content-bottom-wrapper h1, .single-team .content-bottom-wrapper h1 {
    max-width: 1380px;
    margin: 0 auto;
    padding-bottom: 45px;
    font-family: 'Big Caslon Medium';
    font-weight: 500;
    font-size: 60px;
    color: #141414 !important;
    line-height: 68px;
}
.single-news .content-bottom-wrapper p, .single-mandate .content-bottom-wrapper p, .single-team .content-bottom-wrapper p {
    max-width: 1380px;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Supreme';
    font-weight: 300;
    line-height: 28px;
    color: #141414;
}
.single-news .custom-post-date, .single-mandate .custom-post-date {
    padding-bottom: 25px;
}
.single-news .entry-header-wrapper .expert-title a, .single-mandate .entry-header-wrapper .expert-title a, .single-team #content-area .expert-title a {
    font-size: 72px;
    line-height: 68px;
    min-height: initial;
    overflow: initial;
    display: inline-block;
}
.single-team .content-area-wrapper .inner-content-details a {
    max-width: 440px;
}
.single-team #content-area .content-details-description .expert-title a {
    max-width: 100%;
    padding-bottom: 16px;
}
.single-team #content-area .expert-title {
    margin-top: 72px;
}
.teams-wrapper .expert-title a {
    min-height: auto;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Big Caslon medium';
    font-weight: 500;
    color: #141414;
}
.teams-wrapper .expert-content .excerpt-text {
    color: #325A4B;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Supreme';
    font-weight: 500;
}
.home-wrapper .et_pb_row_0.et_pb_row {
    padding: 0 30px;
}
.mandate-wrapper .breadcrumbs ul {
    padding-bottom: 74px;
}
.mandate-wrapper .et_pb_row_0.et_pb_row {
    margin-bottom: 108px!important;
}
.mandate-wrapper .content-panel {
    padding-top: 65px;
    padding-bottom: 37px;
}
.mandate-wrapper .expert-title {
    margin: 16px 0 15px 0;
}
.single-mandate .breadcrumbs ul, .news-wrapper .breadcrumbs ul {
    padding-bottom: 30px;
}
.single-mandate .expert-title {
    margin-bottom: 6px;
}
.single-mandate .expert-title a {
    min-height: auto;
    font-size: 24px;
}
.news-wrapper .breadcrumbs ul {
    padding-bottom: 65px;
}
.teams-wrapper .et_pb_section_0.et_pb_section {
    padding-bottom: 89px;
}
.single-team .breadcrumbs ul {
    padding-bottom: 35px;
}
.single-team #content-area .expert-title a {
    font-size: 60px;
    line-height: 68px;
}
.single-team .career-info {
    font-family: 'Supreme';
    color: #141414;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.single-team .content-bottom-wrapper {
    padding-top: 0;padding-bottom: 141px;
}
.mandate-wrapper .accordion-content-area .head-title-area + .content-panel:first-child  {
    display: block;
}
.search-no-results .search-results-wrapper {
    padding: 40px 0 60px;
}
.search-no-results #main-content {
    padding: 0 30px;
}
.search-no-results .search-title {
    font-family: 'Supreme';
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.search-no-results .inner-content-area p {
    font-family: 'Supreme';
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
}
.single-mandate .mandate-meta p:first-child {
    padding: 14px 0;
}
.about-us-wrapper .et_pb_section.et_pb_section_0 {
    background-image: url(https://dev.born.se/wp-content/uploads/2025/09/680ce291258901.5e2d7c7a4ff0b-marmorbord-extend-1-2-scaled.jpg) !important;
}

/* Contact Us Form */
#wpforms-2752-field_9-container {
    max-width: 828px;
}
textarea#wpforms-2752-field_9 {
    box-shadow: initial;
    resize: none;
}
.wpforms-field-label {
    font-family: 'Supreme';
    color: #141414 !important;
}
.wpforms-container-full input[type=email]:focus, .wpforms-container-full input[type=text]:focus, .wpforms-container-full textarea:focus, .wp-core-ui .wpforms-container-full input[type=text]:focus, .wp-core-ui .wpforms-container-full select:focus, .wp-core-ui .wpforms-container-full textarea:focus, .wpforms-container-full input[type=email]:focus:invalid, .wpforms-container-full input[type=text]:focus:invalid, .wp-core-ui .wpforms-container-full input[type=email]:focus:invalid, .wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus {
    box-shadow: initial;
    border-color: #325A4B;
}
.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus {
    border-color: #d63637;
}
#wpforms-submit-2752 {
    background: #325A4B;
    color: #fff;
    font-family: 'Supreme';
    font-weight: 300;
}
.mandate-meta {
    width: 100%;
    max-width: 672px;
    margin: 0 auto;
}
.excerpt-content-text {
    width: 100%;
    max-width: 672px;
    margin: 0 auto;
    padding-top: 54px;
    color: #141414;
    font-family: 'Supreme';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}
.excerpt-content-text p, h2 {
    padding-bottom: 14px;
}
.single-team #content-area .content-details-description .expert-title a {
    padding-bottom: 20px;
}
.single-team #content-area .expert-title {
    margin-bottom: 0;
}
.single-team .team-bio {
    padding-top: 20px;
}
.single-team .excerpt-content-text {
    padding: 0;
    margin: 0;
}

/* Media Queires */

@media only screen and (max-width: 1440px) {
    .et_pb_menu .et_pb_menu__menu>nav>ul {
        flex-direction: column;
    }
    .et_pb_row_1-2_1-4_1-4 {
        flex-wrap: initial;
    }
    .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        justify-content: flex-start;
    }
    .teams-wrapper .et_pb_row_0, .teams-wrapper .et_pb_row_0 .mandate-wrapper, .news-wrapper .et_pb_row_0 {
        left: 0 !important;
    }
    
}
@media only screen and (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_1_2 {
        width: 48.8%;
    }
    .et_pb_gutters3 .et_pb_column {
        margin-right: 2.2%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .about-us-wrapper .et_pb_heading_1 {
        margin-top: 0px!important;
    }
    .about-us-wrapper .et_pb_heading_2 {
        margin-top: 55px!important;
    }
    .about-us-wrapper .et_pb_heading_3 {
        margin-top: 35px!important;
    }
}
@media only screen and (max-width: 1280px) {
    .column-grid {
        column-gap: 20px;
    }
    .inner-content-details.mandate_item {
        overflow: hidden;
    }
    .about-us-wrapper .et_pb_heading_1 .et_pb_heading_container h1, .about-us-wrapper .et_pb_heading_3 .et_pb_heading_container h1  {
        font-size: 56px;
    }
    .about-us-wrapper .et_pb_image_0 .et_pb_image_wrap img {
        min-height: 440px;
    }
    .about-us-wrapper .et_pb_section_2.et_pb_section {
        padding-top: 95px;
        padding-bottom: 95px;
    }
    .about-us-wrapper .et_pb_image_1 .et_pb_image_wrap img {
        min-height: 400px;
    }
    .single-mandate .entry-header-wrapper .expert-title a {
        font-size: 54px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 1024px) {
    .column-grid {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }
    .about-us-wrapper .et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough, .about-us-wrapper .et_pb_column.et_pb_column_1_2.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child, .about-us-wrapper .et_pb_column.et_pb_column_1_2.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough, .about-us-wrapper .et_pb_column.et_pb_column_1_2.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough.et-last-child, .about-us-wrapper .et_pb_module.et_pb_text.et_pb_text_4.et_pb_text_align_left.et_pb_bg_layout_light, .about-us-wrapper .et_pb_column.et_pb_column_1_2.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough, .about-us-wrapper .et_pb_column.et_pb_column_1_2.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child, .et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough, .et_pb_column.et_pb_column_1_2.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child, .et_pb_column.et_pb_column_1_2.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough, .et_pb_column.et_pb_column_1_2.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough.et-last-child, .et_pb_column.et_pb_column_1_2.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough, .et_pb_column.et_pb_column_1_2.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        width: 100%;
        margin: 0;
    }
    .about-us-wrapper .et_pb_image_0 .et_pb_image_wrap img {
        min-height: 440px;
    }
    .about-us-wrapper .et_pb_heading_1 {
        padding-top: 45px!important;
        margin-bottom: 14px!important;
        margin-top: 0 !important;
    }
    .about-us-wrapper .et_pb_section_1.et_pb_section {
        padding-top: 50px;
        padding-bottom: 65px;
    }
    /* .breadcrumbs ul {
        padding-bottom: 0;
    } */
    .about-us-wrapper  .et_pb_section_2.et_pb_section {
        padding-top: 0;
        padding-bottom: 94px;
    }
    .about-us-wrapper .et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light {
        margin-bottom: 34px !important;
    }
    .about-us-wrapper .et_pb_section_3.et_pb_section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about-us-wrapper .et_pb_heading_2 {
        margin-top: 70px!important;
    }
    .about-us-wrapper .et_pb_heading_3 {
        margin-top: 45px!important;
        margin-bottom: 20px!important;
    }
    .about-us-wrapper .et_pb_column.et_pb_column_1_2.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough.et-last-child, .join-us-wrapper .et_pb_module.et_pb_image.et_pb_image_3 {
        margin-top: 30px !important;
    }
    .join-us-wrapper .et_pb_heading_0 {
        margin-top: 34px!important;
        margin-bottom: 24px !important;
    }
    .join-us-wrapper .et_pb_column.et_pb_column_1_2.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        margin-top: 30px !important;
    }
    .join-us-wrapper .et_pb_section_0.et_pb_section {
        padding-bottom: 95px;
    }
    .join-us-wrapper .et_pb_section_1.et_pb_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .join-us-wrapper .et_pb_heading_1 {
        margin-top: 10px!important;
    }
    .join-us-wrapper .et_pb_section_2.et_pb_section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .join-us-wrapper .et_pb_section_3.et_pb_section {
        padding-top: 12px;
        padding-bottom: 80px;
    }
    .join-us-wrapper .et_pb_section_4.et_pb_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .join-us-wrapper .et_pb_heading_4 .et_pb_heading_container h1 {
        font-size: 45px;
    }
    .join-us-wrapper .et_pb_heading_2 {
        margin-top: 45px!important;
    }
    .single-mandate .inner-content-details.mandate_item, .single-team .inner-content-details.mandate_item {
        flex-direction: column;
    }
    .single-team .inner-content-details.mandate_item {
        flex-direction: column;
        gap: 0;
    }
    .single-team #content-area .expert-title {
        margin-top: 0;
    }
    .single-mandate .breadcrumbs ul {
        padding-bottom: 55px;
    }
    .single-news .entry-header-wrapper .expert-title a, .single-mandate .entry-header-wrapper .expert-title a, .single-team #content-area .expert-title a {
        font-size: 48px;
        line-height: 48px;
    }
    
}
@media only screen and (max-width: 991px) {
    .accordion-content-area .inner-content-area.column-grid {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }
    .home-wrapper .et_pb_section_0 {
        height: 600px;
    }
    .about-us-wrapper .et_pb_section_0 {
        height: 600px;
    }
    .about-us-wrapper .et_pb_row_0 {
        top: 94px;
    }
    .single-news .entry-header-wrapper .expert-title a, .single-mandate .entry-header-wrapper .expert-title a, .single-team #content-area .expert-title a {
        font-size: 36px;
        line-height: 38px;
    }
    .single-team #content-area .expert-title {
        margin-top: 0;
    }
    .single-team #content-area .content-details-description .expert-title a {
        padding-bottom: 0;
    }
    .single-mandate .inner-content-details.mandate_item, .single-team .inner-content-details.mandate_item, .single-news .inner-content-details.mandate_item {
        gap: 0;
    }
    .single-news .content-area-wrapper .expert-content p:nth-child(2), .single-mandate .content-area-wrapper .entry-content-wrapper.content-details-description {
        padding-top: 0;
    }
    .content-area-wrapper .expert-content p:nth-child(2) {
        padding-bottom: 0;
    }
    .single-news .content-bottom-wrapper, .single-mandate .content-bottom-wrapper, .single-team .content-bottom-wrapper {
        padding: 0 30px 70px 30px;
    }
    .single-news .content-bottom-wrapper h1, .single-mandate .content-bottom-wrapper h1, .single-team .content-bottom-wrapper h1 {
        font-weight: 500;
        font-size: 48px;
        line-height: 48px;
    }
    .single-mandate .content-bottom-wrapper, .single-news .content-bottom-wrapper {
        padding: 54px 30px 70px 30px;
    }
    .single-mandate .entry-header-wrapper, .single-news .entry-header-wrapper {
        flex-direction: column;
    }
    .single-news .content-area-wrapper .expert-content p:nth-child(2), .single-mandate .content-area-wrapper .entry-content-wrapper.content-details-description  {
        max-width: 100%;
    }
    
}
@media only screen and (max-width: 980px) {
    .et_pb_menu .et_pb_menu__menu {
        display: initial;
    }
    .et_pb_menu .et_mobile_nav_menu {
        display: none;
    }
    .et_pb_text_1 {
        max-width: 100%;
    }
    .et-tb-has-footer .et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_footer.et_pb_css_mix_blend_mode_passthrough {
        padding-top: 0;
    }
    .et_pb_column {
        margin-bottom: 30px !important;
    }
    .about-us-wrapper .et_pb_column, .join-us-wrapper .et_pb_column, .news-wrapper .et_pb_column, .mandate-wrapper .et_pb_column, .teams-wrapper .et_pb_column {
        margin-bottom: 0px !important;
    }
    body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
        padding-top: 87px !important;
    }
    .et_pb_section_0.et_pb_section {
        padding-top: 113px !important;
    }
    .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 68px !important;
    }
    .join-us-wrapper .et_pb_heading_1 {
        margin-top: 34px!important;
    }
    .et_pb_column .et_pb_module {
        margin-bottom: 30px !important;
    }
    .home-wrapper .et_pb_row_2.et_pb_row, .home-wrapper .et_pb_row_4.et_pb_row, .home-wrapper .et_pb_row_6.et_pb_row {
        margin-bottom: 0px!important;
    }
    .home-wrapper .et_pb_section_3.et_pb_section, .home-wrapper .et_pb_section_2.et_pb_section, .home-wrapper .et_pb_section_4.et_pb_section {
        padding-bottom: 30px;
        padding-top: 70px;
    }
    .mandate-wrapper .breadcrumbs ul {
        padding-bottom: 0 !important;
    }
    .mandate-wrapper .et_pb_module.et_pb_code.et_pb_code_0, .teams-wrapper .et_pb_module.et_pb_code.et_pb_code_0, .join-us-wrapper .et_pb_module.et_pb_code.et_pb_code_0 {
        margin-bottom: 0 !important;
    }
    .mandate-wrapper .et_pb_row_0.et_pb_row {
        margin-bottom: 12px!important;
    }
    .news-wrapper .et_pb_row_0.et_pb_row {
        margin-bottom: 65px!important;
    }
    .news-wrapper .breadcrumbs ul {
        padding-bottom: 0;
    }
    .mandate-wrapper .et_pb_row_0.et_pb_row, .news-wrapper .et_pb_row_0.et_pb_row {
        margin-bottom: 20px!important;
    }
    .news-wrapper .et_pb_section_0.et_pb_section, .teams-wrapper .et_pb_section_0.et_pb_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .teams-wrapper .et_pb_row_1.et_pb_row {
        margin-bottom: 30px!important;
    }
    .mandate-wrapper .et_pb_section_0.et_pb_section, .news-wrapper .et_pb_section_0.et_pb_section, .teams-wrapper .et_pb_section_0.et_pb_section, .join-us-wrapper .et_pb_section_0.et_pb_section {
        padding-top: 57px !important;
    }
    body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
        padding-top: 57px !important;
    }
    .et_pb_section_0.et_pb_section {
        padding-top: 57px !important;
    }
    .cookie-policy-wrapper .et_pb_column, .terms-conditions-wrapper .et_pb_column, .privacy-policy-wrapper .et_pb_column {
        margin-bottom: 0px !important;
    }
    .privacy-policy-wrapper .et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light {
        margin: 0 !important;
    }
    .news-wrapper .et_pb_row {
        padding: 0 !important;
    }
    .teams-wrapper .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 62px !important;
    }

}
@media only screen and (max-width: 767px) {
    .menu-header-container ul a {
        font-size: 54px;
        line-height: 62px;
    }
    .column-grid {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }
    .et_pb_heading_0 {
        max-width: 430px!important;
    }
    .expert-title {
        max-width: 100%;
        height: auto;
    }
    .expert-content {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #post-174 .et_pb_text_inner {
        font-size: 28px;
    }
    .accordion-content-area .inner-content-area.column-grid {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }
    .head-title-area h3 {
        font-size: 42px;
    }
    .join-us-wrapper .et_pb_heading_4 .et_pb_heading_container h1 {
        font-size: 42px;
        line-height: 48px;
    }
    #post-212 .et_pb_heading_2 .et_pb_heading_container h1, .join-us-wrapper .et_pb_heading_3 .et_pb_heading_container h1, .join-us-wrapper .et_pb_heading_1 .et_pb_heading_container h1, .join-us-wrapper .et_pb_heading_0 .et_pb_heading_container h1, .home-wrapper .et_pb_heading_1 .et_pb_heading_container h1, .home-wrapper .et_pb_heading_2 .et_pb_heading_container h1 {
        font-size: 42px !important;
        line-height: 48px;
    }
    .home-wrapper .et_pb_heading_0 {
        max-width: 420px!important;
    }
    .home-wrapper .et_pb_heading_3 .et_pb_heading_container h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .content-area-wrapper .inner-content-details {
        flex-direction: column;
    }
    .et_pb_row_1-2_1-4_1-4 {
        flex-wrap: wrap;
    }
    .home-wrapper .et_pb_section_1.et_pb_section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .home-wrapper .et_pb_section_2.et_pb_section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .home-wrapper .et_pb_section_3.et_pb_section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .home-wrapper .et_pb_section_4.et_pb_section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .home-wrapper .et_pb_section .et_pb_row_0_tb_footer.et_pb_row {
        padding-bottom: 0px !important;
    }
    .about-us-wrapper .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 84px !important;
    }
    .et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough {
        margin: 0 !important;
    }
    .about-us-wrapper .et_pb_heading_1 {
        padding-top: 16px!important;
    }
    .about-us-wrapper .et_pb_heading_1 .et_pb_heading_container h1, .about-us-wrapper .et_pb_heading_3 .et_pb_heading_container h1 {
        font-size: 50px;
    }
    .about-us-wrapper .et_pb_heading_3 {
        margin-top: 16px!important;
        margin-bottom: 14px!important;
    }
    .about-us-wrapper .et_pb_text_2, .about-us-wrapper .et_pb_text_3, .about-us-wrapper .et_pb_text_4 {
        margin-bottom: 10px!important;
    }
    .about-us-wrapper .et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light {
        margin-bottom: 10px !important;
    }
    .about-us-wrapper  .et_pb_section_2.et_pb_section {
        padding-bottom: 60px;
    }
    .et-tb-has-footer .et_pb_section_0_tb_footer.et_pb_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-us-wrapper .et_pb_section_3.et_pb_section {
        padding-bottom: 40px;
    }
    .about-us-wrapper .et_pb_image_1 .et_pb_image_wrap img {
        min-height: 100%;
    }
    .about-us-wrapper .et_pb_image_0 .et_pb_image_wrap img {
        min-height: 100%;
    }
    .mandate-wrapper .et_pb_section_0.et_pb_section, .news-wrapper .et_pb_section_0.et_pb_section, .teams-wrapper .et_pb_section_0.et_pb_section, .join-us-wrapper .et_pb_section_0.et_pb_section {
        padding-top: 57px;
        padding-bottom: 70px;
    }
    .home-wrapper .et_pb_section_0.et_pb_section {
        padding-bottom: 80px;
    }
    
    .teams-wrapper .et_pb_row_1.et_pb_row  {
        margin-bottom: 34px!important;
    }
    .mandate-wrapper .breadcrumbs ul, .news-wrapper .breadcrumbs ul, .teams-wrapper .breadcrumbs ul {
        padding-bottom: 0;
    }
    .expert-title a {
        font-size: 24px;
    }
    .home-wrapper .expert-title a, .home-wrapper .expert-content .excerpt-text {
        min-height: auto;
        height: auto;
    }
    .join-us-wrapper .et_pb_image_0 .et_pb_image_wrap img {
        min-height: 100%;
    }
    .join-us-wrapper .et_pb_image_2 .et_pb_image_wrap img {
        min-height: 100%;
    }
    .join-us-wrapper .et_pb_heading_2 {
        margin-top: 14px!important;
    }
    .home-wrapper .et_pb_row_6.et_pb_row {
        margin-bottom: 30px!important;
    }
    .join-us-wrapper .et_pb_section_2.et_pb_section {
        padding-top: 44px;
        padding-bottom: 60px;
    }
    .join-us-wrapper .et_pb_image_3 .et_pb_image_wrap img {
        min-height: 100%;
    }
    .join-us-wrapper .et_pb_heading_3 {
        margin-top: 54px!important;
    }
    .et_pb_module.et_pb_heading.et_pb_heading_0_tb_footer.et_pb_bg_layout_, .et_pb_module.et_pb_text.et_pb_text_0_tb_footer.et_pb_text_align_left.et_pb_bg_layout_dark, .et_pb_module.et_pb_text.et_pb_text_1_tb_footer.et_pb_text_align_left.et_pb_bg_layout_dark, .et_pb_module.et_pb_heading.et_pb_heading_1_tb_footer.et_pb_bg_layout_, .et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_footer.et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 16px !important;
    }
    .et-tb-has-footer .et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_footer {
        margin: 0 !important;
    }
    .et-tb-has-footer .et_pb_column:last-child {
        margin-bottom: 0px !important;
    }
    .et_pb_module.et_pb_image.et_pb_image_1_tb_footer {
        margin-bottom: 0 !important;
    }
    .single-news .entry-header-wrapper, .single-mandate .entry-header-wrapper {
        flex-direction: column;
    }
    .single-news .content-bottom-wrapper h1, .single-mandate .content-bottom-wrapper h1, .single-team .content-bottom-wrapper h1 {
        font-size: 36px;
        line-height: 38px;
        padding-bottom: 25px;
    }
    .single-news .content-area-wrapper .expert-content p:nth-child(2), .single-mandate .content-area-wrapper .entry-content-wrapper.content-details-description {
        max-width: 100%;
    }
    .single-news .content-area-wrapper .inner-content-details, .single-mandate .content-area-wrapper .inner-content-details {
        gap: 0;
    }
    .single-news .expert-title a, .single-mandate .expert-title a {
        min-height: auto;
    }
    .single-team .content-area-wrapper .inner-content-details {
        padding-bottom: 65px;
    }
    .join-us-wrapper .et_pb_image_1 .et_pb_image_wrap img {
        min-height: auto;
    }
    .home-wrapper .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 62px !important;
    }
    .news-wrapper .expert-title a {
        min-height: auto;
    }
    .news-wrapper .expert-content .excerpt-text {
        height: auto;
    }
    .privacy-policy-wrapper .et_pb_heading_0 .et_pb_heading_container h1, .cookie-policy-wrapper .et_pb_heading_0 .et_pb_heading_container h1, .terms-conditions-wrapper .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 54px !important;
        line-height: normal;
    }
}

@media only screen and (max-width: 575px) {
    .menu-header-container ul a {
        font-size: 48px;
        line-height: 50px;
    }
    .team-filter-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .teams-category {
        max-width: 100%;
    }
    .teams-clear-filter {
        max-width: 100%;
    }
    .home-wrapper .et_pb_heading_1 .et_pb_heading_container h1, .et_pb_heading_1 .et_pb_heading_container h2, .et_pb_heading_1 .et_pb_heading_container h3, .et_pb_heading_1 .et_pb_heading_container h4, .et_pb_heading_1 .et_pb_heading_container h5, .et_pb_heading_1 .et_pb_heading_container h6 {
        line-height: 48px;
        font-size: 42px;
    }
    .home-wrapper .et_pb_heading_1 .et_pb_heading_container h1 {
        padding-bottom: 24px;
    }
    #post-174 .et_pb_heading_2 .et_pb_heading_container h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .home-wrapper .et_pb_section_0 {
        height: 400px;
    }
    .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 48px !important;
        line-height: 58px;
        padding-bottom: 16px;
    }
    .teams-wrapper .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 44px !important;
    }
    .et-tb-has-footer .et_pb_column {
        width: 100%!important;
    }
    .et-tb-has-footer .et_pb_column .et_pb_module {
        margin-bottom: 16px !important;
    }
    .et-tb-has-footer .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
        padding-bottom: 5px;
    }
    
    .et-tb-has-footer .et_pb_image_0_tb_footer .et_pb_image_wrap img {
        max-height: 40px;
    }
    .et-tb-has-footer .et_pb_module.et_pb_image.et_pb_image_1_tb_footer {
        max-width: 128px;
        margin: 12px 0 16px 0;
    }
    /* .et_pb_row_1-2_1-4_1-4 {
        max-height: 390px;
        overflow-y: auto;
    } */
    .et-tb-has-footer .et_pb_row_0_tb_footer.et_pb_row {
        padding-bottom: 0 !important;
    }
    .about-us-wrapper .et_pb_section_0 {
        height: 400px;
    }
    .about-us-wrapper .et_pb_row_0 {
        top: 68px;
    }
    .about-us-wrapper .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 68px !important;
    }
    
    .et-tb-has-footer .et_pb_column:nth-child(2) {
        margin-bottom: 16px !important;
    }
    .about-us-wrapper .et_pb_heading_1 .et_pb_heading_container h1, .about-us-wrapper .et_pb_heading_3 .et_pb_heading_container h1, .about-us-wrapper .et_pb_heading_2 .et_pb_heading_container h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .et_pb_heading_2 .et_pb_heading_container h1 {
        font-size: 28px;
    }
    .mandate-wrapper .et_pb_row_0.et_pb_row {
        margin-bottom: 14px!important;
    }
    .mandate-wrapper .breadcrumbs ul {
        padding-bottom: 0;
    }
    .mandate-wrapper .et_pb_section_0.et_pb_section, .news-wrapper .et_pb_section_0.et_pb_section, .teams-wrapper .et_pb_section_0.et_pb_section {
        padding-bottom: 85px;
    }
    .mandate-wrapper .head-title-area h3, .news-wrapper .head-title-area h3 {
        font-size: 34px;
    }
    .mandate-wrapper .arrow-ico, .news-wrapper .arrow-ico {
        max-width: 28px;
    }
    .expert-content .excerpt-text {
        font-size: 16px;
    }
    .teams-wrapper .column-grid {
        row-gap: 40px;
    }
    .join-us-wrapper .et_pb_heading_0 .et_pb_heading_container h1, .join-us-wrapper #post-212 .et_pb_heading_2 .et_pb_heading_container h1, .join-us-wrapper .et_pb_heading_4 .et_pb_heading_container h1, .join-us-wrapper .et_pb_heading_1 .et_pb_heading_container h1 {
        font-size: 36px !important;
        line-height: 48px;
    }
    .join-us-wrapper .et_pb_heading_3 .et_pb_heading_container h1 {
        font-size: 28px;
    }
    .join-us-wrapper .et_pb_heading_0 {
        margin-top: 0px!important;
        margin-bottom: 14px !important;
    }
    .join-us-wrapper .et_pb_section_1.et_pb_section {
        padding-bottom: 65px;
    }
    #post-174 .et_pb_text_inner {
        font-size: 24px;
    }
    .single-mandate .content-area-wrapper .expert-content p:nth-child(2) {
        font-size: 16px;
    }
    .single-mandate .content-area-wrapper .inner-content-details, .single-news .content-area-wrapper .inner-content-details {
        gap: 0px;
        padding-bottom: 70px;
    }
    .single-mandate .breadcrumbs ul {
        padding-bottom: 46px;
    }
    .et-tb-has-footer .et_pb_column .et_pb_module:not(:first-child) {
        margin-bottom: 0px  !important;
    }
    .et_pb_module.et_pb_text.et_pb_text_3_tb_footer.et_pb_text_align_left.et_pb_bg_layout_light {
        margin-bottom: 0 !important;
    }
    .et-tb-has-footer .et_pb_section_0_tb_footer.et_pb_section {
        padding-bottom: 30px;
    }
    .et-tb-has-footer .et_pb_column:last-child {
        margin-bottom: 0px !important;
    }
    .et_pb_heading_2 .et_pb_heading_container h2, .et_pb_heading_2 .et_pb_heading_container h3, .et_pb_heading_2 .et_pb_heading_container h4, .et_pb_heading_2 .et_pb_heading_container h5, .et_pb_heading_2 .et_pb_heading_container h6 {
        padding-bottom: 16px;
    }
    .home-wrapper .et_pb_heading_3 .et_pb_heading_container h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .home-wrapper .et_pb_row_0 {
        top: calc(50% + 12px);
        transform: translateX(-50%) translateY(calc(-50% + 12px));
    }
    .about-us-wrapper .et_pb_heading_2 {
        margin-top: 40px!important;
    }
    .mandate-wrapper .content-panel {
        padding-top: 40px;
    }
    .accordion-content-area:not(:last-child) {
        margin-bottom: 40px;
    }
    .mandate-wrapper .et_pb_section_0.et_pb_section {
        padding-bottom: 65px;
    }
    .single-news .entry-header-wrapper .expert-title a, .single-mandate .entry-header-wrapper .expert-title a, .single-team #content-area .expert-title a {
        font-size: 28px;
        line-height: 36px;
    }
    .single-news .custom-post-date, .single-mandate .custom-post-date {
        padding-bottom: 16px;
    }
    .single-news .entry-header-wrapper, .single-mandate .entry-header-wrapper {
        gap: 10px;
    }
    .join-us-wrapper .et_pb_text_inner p {
        padding-bottom: 14px;
    }
    .join-us-wrapper .et_pb_text_inner p:last-child {
        padding-bottom: 30px;
    }
    .breadcrumbs ul {
        padding-bottom: 36px;
    }
    .home-wrapper .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 48px !important;
        line-height: 58px;
    }
    .nav-links {
        flex-wrap: wrap;
    }
    .privacy-policy-wrapper .et_pb_heading_0 .et_pb_heading_container h1, .cookie-policy-wrapper .et_pb_heading_0 .et_pb_heading_container h1, .terms-conditions-wrapper .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 42px !important;
    }
    .news-wrapper .et_pb_module.et_pb_code.et_pb_code_0 {
        margin: 0 !important;
    }
    .teams-wrapper .et_pb_row_1.et_pb_row {
        margin-bottom: 0px!important;
    }
    .et-tb-has-footer .et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_footer {
        margin: 20px 0 !important;
    }
}

@media only screen and (max-width: 420px) {
    .menu-header-container ul {
        margin-left: 16%;
    }
    .teams-wrapper .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 36px !important;
        line-height: 48px;
    }
}
@media only screen and (max-width: 375px) {
    .home-wrapper .et_pb_heading_0 .et_pb_heading_container h1 {
        font-size: 42px !important;
        line-height: 48px;
    }
}
/* Namn ska inte tvättas om */
.teams-wrapper .expert-title a,
.single-team #content-area .expert-title a,
.content-area-wrapper .mandate-team-members h4,
.content-area-wrapper .mandate-team-members a {
    text-transform: none !important;
}
