.rounded-rb-10mm {
    border-radius: 0;
    border-bottom-right-radius: 10mm;
}
#main-menu-list li a {
    font-family: 'Geist', Arial, sans-serif;
    font-size: 13pt;
    color: var(--primary-text-color);
    font-weight: 400;
}
.home #main-menu-list li a {
    color: #fff;
}

.banner-section .nav-btn {
    background: #6d6e71;
    border-color: #6d6e71;
}

.home .banner-texts .entry-title.hero-title {    
    font-family: 'Geist', Arial, sans-serif;
    font-weight: 300!important;
}
.contenttype-b .column-1  .entry-title.hero-title-clone {
    color: #1d1d1b;
    font-family: 'Geist', Arial, sans-serif;
    font-weight: 300!important;
}

@media (min-width: 1200px) {    
    .home .banner-texts .entry-title.hero-title,
    .contenttype-b .column-1  .entry-title.hero-title-clone {
        font-size: 43pt!important;
        line-height: 52pt;
    }
}

.contenttype-b .column-2 .entry-title {

}

.page-template-regular-page a.action-btn:not(.left-button) {
    color: #fff;
}

.contenttype-b.news-section-1 a {
    color: var(--primary-text-color);
}